给你的网站添加支付宝即时到帐按钮,一键转账功能

大家都知道PayPal有一个非常使用的「一键转账」功能,但是自从支付宝的个人收款主页停止服务后,支付宝已经无法实现该功能了,那有我天朝人民想不到的办法呢?今天博猪就来教大家使用一个极其简单的 form 标签经过 POST 可以一键自动填写「支付宝转账页面」的信息,让大家更方便、更快捷的转账捐赠你

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

代码中的图片链接https://img.alipay.com/sys/personalprod/style/mc/btn-index.png是指向TA付款

《给你的网站添加支付宝即时到帐按钮,一键转账功能》有一个想法

发表回复