blob.png

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






在需要的地方添加下面代码

<form action="https://shenghuo.alipay.com/send/payment/fill.htm" method="POST" target="_blank" accept-charset="GBK">
<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" type="image" value="转账" src="https://img.alipay.com/sys/personalprod/style/mc/btn-index.png" />
</form>

声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。