javascript - Alipay transfer page cannot post filled data
高洛峰
高洛峰 2017-05-18 10:59:44
0
1
603

Alipay transfer page:
https://shenghuo.alipay.com/s...

In the past, I used the following code to jump to the Alipay transfer page and pre-populate the data, but now it will prompt "Sorry, please log in to the Alipay website directly to initiate the transfer operation.", how should I solve it?

<form action="https://shenghuo.alipay.com/send/payment/fill.htm" accept-charset="gbk" id="dinggou" method="post" name="dinggou" target="_blank">

<input name="optEmail" type="hidden" value="test@163.com" /> 
<input name="memo" type="hidden" value="remarks" /> 
<input id="payAmount" name="payAmount" type="hidden" value="9.99" /> 
<input id="title" name="title" type="hidden" value="test-title" />

</form>
高洛峰
高洛峰

拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...

reply all(1)
Ty80

Shouldn’t the URL address of your form post be received by your backend? Why is it a static page?

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!