📄 proalipay.asp
字号:
<%
'Dim goodsBid,ordinaryFee,expressFee,sellerEmail,goodsTitle,securityCode,Cmd,Subject,Body
'Dim myAlipayObj,ResponseTxt
'六个必要参数,您可以设置成表单或链接提交表单/请求链接的方式
goodsBid = YourPrice '商品价格
ordinaryFee = "12.00" '平邮费用
expressFee = "20.00" '快递费用
Cmd = "0001" '命令编号
Subject = srtName '商品名称
Body = strIntro '商品描述
'创建一个myAlipay实例,并初始化myAlipay_Initialize()
Set myAlipayObj = New myAlipay
myAlipayObj.myAlipay_Initialize()
'ResponseTxt为采用MD5等方法自动组合生成的payto支付链接,支持商品中文名称(新接口Ver2.0,强烈建议采用最新接口)
ResponseTxt = myAlipayObj.generatePaytoURL(goodsBid,ordinaryFee,expressFee,sellerEmail,goodsTitle,securityCode,Cmd,Subject,Body)
Response.Write"<a href=" & ResponseTxt & " target=_blank><img src=images/zhifubao.gif border=0 align=absmiddle></a>"
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -