Created
March 28, 2016 03:34
-
-
Save hezhao/60414f366aa521913dd9 to your computer and use it in GitHub Desktop.
支付宝生活支付按钮
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form action="https://shenghuo.alipay.com/send/payment/fill.htm" method="post" target="_blank" accept-charset="GBK" id="alipayForm"> | |
<input name="optEmail" type="hidden" value="[email protected]" /> | |
<input name="payAmount" type="hidden" value="1.00" /> | |
<input id="title" name="title" type="hidden" value="捐赠给”前端技术分享”网站" /> | |
<input name="memo" type="hidden" value="文章写的不错,支持站长,我来捐赠鼓励的!" /> | |
<input name="pay" type="image" src="https://img.alipay.com/sys/personalprod/style/mc/btn-index.png" width="250" height="58"> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment