美文网首页Web前端Web 前端开发
在你的网站上添加支付宝即时到帐POST按钮功能实现个人收款页面

在你的网站上添加支付宝即时到帐POST按钮功能实现个人收款页面

作者: 大爽兔 | 来源:发表于2016-04-08 19:01 被阅读930次

    在你的网站上添加支付宝即时到帐POST按钮功能实现个人收款页面

    众所周知,支付宝已经关闭了个人收款页面(坑爹),现在捐款就只能通过手机客户端或者转账进行了,但是步骤很麻烦,本功能就是为了减少步骤而生,通过from标签进行post自动预填表,只需要登陆确定就行了–!

    ** 效果:**

    btn-index.png

    ** 代码: **

    <form accept-charset=”GBK” action=”https://shenghuo.alipay.com/send/payment/fill.htm” method=”POST” target=”_blank”></form><input name=”optEmail” type=”hidden” value=”你的支付宝账号” /><input name=”payAmount” type=”hidden” value=”默认捐赠你的金额” /><input id=”title” name=”title” type=”hidden” value=”默认的付款说明” /><input name=”memo” type=”hidden” value=”默认的备注” /><input name=”pay” src=”https://img.alipay.com/sys/personalprod/style/mc/btn-index.png” type=”image” value=”转账” />

    相关文章

      网友评论

      • 丨VIP灬小伟丨:这个已经失效了,可以使用软件收款复制访问,mqysk.cn

      本文标题:在你的网站上添加支付宝即时到帐POST按钮功能实现个人收款页面

      本文链接:https://www.haomeiwen.com/subject/egbvlttx.html