WechatASP 正在参加 2021 年度 OSC 中国开源项目评选,请投票支持!
WechatASP 在 2021 年度 OSC 中国开源项目评选 中已获得 {{ projectVoteCount }} 票,请投票支持!
2021 年度 OSC 中国开源项目评选 正在火热进行中,快来投票支持你喜欢的开源项目!
2021 年度 OSC 中国开源项目评选 >>> 中场回顾
WechatASP 获得 2021 年度 OSC 中国开源项目评选「最佳人气项目」 !
授权协议 GPL
开发语言 ASP
操作系统 跨平台
软件类型 开源软件
开源组织
地区 国产
投 递 者 mqycn
适用人群 未知
收录时间 2017-02-15

软件简介

纯 ASP 实现的支付接口(模式二),现在支持付款功能,包含完整的演示代码。

测试说明:

1、环境配置

在IIS中将当前目录设置为站点根目录

2、程序测试

2.1、提交订单页测试

http://IP/order/index.asp

2.2、微信支付测试

http://IP/order/pay.asp?order_no=201721415151254913

2.3、订单完成测试

http://IP/order/info.asp?order_no=201721415201355214

3、修改说明

在 /order/payconfig.asp 中修改支付参数即可,记得把前边的 ' 给删掉哦~

    '设置支付参数,也可以直接修改 WeChatPay.asp
    'pay.AppID       = "AppID"
    'pay.AppSecret   = "App密码"
    'pay.MchID       = "商户ID"
    'pay.MchKey      = "商户密码"
    'pay.notifyUrl   = ""   'notifyUrl不指定,则会自动根据当前环境判断
展开阅读全文

代码

的 Gitee 指数为
超过 的项目

评论

点击加入讨论🔥(5) 发布并加入讨论🔥
暂无内容
发表了博客
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
发表了问答
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
暂无内容
5 评论
17 收藏
分享
OSCHINA
登录后可查看更多优质内容
返回顶部
顶部