网站实现我的支付宝即时到账POST页面

支付宝关闭了我的收款页面,如今付款就只能经过手机客户端或者转帐进行了,可是步骤很麻烦,本功能就是为了减小步骤而生,经过from标签进行网站post自动预填表,只须要登录肯定就好了。post

在项目须要的页面添加如下代码,即表单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="submit" value="转帐" src="https://img.alipay.com/sys/personalprod/style/mc/btn-index.png" />
</form>
相关文章
相关标签/搜索