支付宝的个人收款主页下架了,咋办?放心,爱折腾的网友又有办法啦,一串代码能实现自动填支付宝账号和金额,实现转账功能
<form action="https://shenghuo.alipay.com/send/payment/fill.htm" method="post" target="_blank"> <input name="optEmail" type="hidden" value="18874381368"/><input name="payAmount" type="hidden" value="9"/><!--这一项可以不留--><input name="title" type="hidden" value="" placeholder="付款说明"/><input name="pay" type="image" value="给我付款" src="http://www.nimaboke.com/content/uploadfile/201407/a2321405915412.png"/> </form>
以下是预览:
你需要这样写:
<form action="https://shenghuo.alipay.com/send/payment/fill.htm" method="post" target="_blank"> <input name="optEmail" type="hidden" value="你的账号"/><input name="payAmount" type="hidden" value="你设置的余额"/><!--这一项可以不留--><input name="title" type="hidden" value="" placeholder="你的付款说明"/><input name="pay" type="image" value="给我付款" src="http://www.nimaboke.com/content/uploadfile/201407/a2321405915412.png"/> </form>
本博捐赠代码:
<form action="https://shenghuo.alipay.com/send/payment/fill.htm" method="POST" target="_blank" accept-charset="GBK"> <input name="optEmail" type="hidden" value="admin@www.blogs.hk" /> <input name="payAmount" type="hidden" value="10" /> <input id="title" name="title" type="hidden" value="捐赠“李明博客”" /> <input name="memo" type="hidden" value="www.blogs.hk" /> <input name="pay" type="image" value="转账" src="//www.blogs.hk/images/my_alipay.jpg" /> </form>
相关阅读
留言咨询