支付宝在线捐赠或即时转账实现

浏览:3780 发布日期:2015/06/12 分类:功能实现 关键字: 支付宝
支付宝在线捐赠或即时转账实现
在需要支持在线捐赠或者收款的页面加入这个代码即可,实现支付宝WEB在线收钱,可以先用php做成动态的,转账金额由用户自定义~<form action="https://shenghuo.alipay.com/send/payment/fill.htm" method="POST" target="_blank" accept-charset="GBK">
    <input name="optEmail" type="hidden" value="liu21st@gmail.com">
    <input name="payAmount" type="hidden" value="10">
    <input id="title" name="title" type="hidden" value="捐赠者留言!">
    <input name="memo" type="hidden" value="捐赠下~">
    <input name="pay" type="image" value="转账" src="http://www.thinkphp.cn/Uploads/editor/2015-06-12/557a5072f28c8.png">
</form>
其中:input字段
optEmail:收款人邮箱
payAmount:收款金额
title:捐赠留言

下面是input image属性替换的图片:
评论( 相关
后面还有条评论,点击查看>>