|
本帖最后由 2949497060 于 2016-3-8 18:20 编辑
想在我自己的网页上自动生成对应到支付宝的支付链接,以前用以下代码好像可以生成,- <div id="zanzhu"><center>
- <form class="form123" accept-charset="GBK" action="https://shenghuo.alipay.com/send/payment/fill.htm" method="POST" target="_blank"><input name="pay" src="http://www.stcash.com/wp-content/uploads/2015/08/2015061641852417.png" type="image" value="转账" />
- <input name="optEmail" type="hidden" value="zhuhaitao51@126.com" />
- <input name="payAmount" type="hidden" value="9.9" />
- <input id="title" name="title" type="hidden" value="" />
- <input name="memo" type="hidden" value="" /></form>
- <div class="wumii-hook"><input name="wurl" type="hidden" value="http://www.stcash.cn/" />
- <input name="wtitle" type="hidden" value="收入低怎么办?低收入者如何提高自己的收入" /></div>
现在不行了,想问下怎么弄,就像飞哥的这个网站的付款页面,点一下http://www.sufeinet.com/plugin.php?id=qmx8_buy_usergroup:vip里的立即开通,就对应到固定的转账支付页面,要怎么弄呢?或者还有的是点一下“我要付款”就直接跳到支付宝的二维码支付页面,那样的效果当然更好
|
|