基本信息
源码名称:asp微信支付源码
源码大小:0.42M
文件格式:.zip
开发语言:ASP
更新时间:2020-09-02
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 20 元 
   源码介绍
微信支付源码分享
本项目纯ASP实现,不需要中转,PC代码完全免费,开源不加密** _现在已经支持虚拟主机,中转通过你的虚拟主机。需要你的虚拟主机 ,支持 asp php 或 asp .net ,将 plugins 下的 proxy.php/aspx 上传到 服务器后,在 payconfig.asp 中增加 pay.orderAPI = "http://你的域名/代理安装路径/proxy.php?token=#PROXY_PASS#" 即可实现虚拟主机支付

WechatASP

├── LICENSE
├── README.md
├── core
│   └── WeChatPay.asp
├── index.asp
├── order
│   ├── conn.asp
│   ├── demo.mdb
│   ├── footer.asp
│   ├── header.asp
│   ├── index.asp
│   ├── info.asp
│   ├── log
│   │   └── readme.txt
│   ├── pay.asp
│   ├── payconfig.asp
│   ├── save.asp
│   └── wxapi.asp
├── plugins
│   ├── proxy.aspx
│   └── proxy.php
├── static
│   ├── css
│   │   ├── bootstrap.min.css
│   │   └── bootstrap.min.css.map
│   ├── fonts
│   │   ├── glyphicons-halflings-regular.eot
│   │   ├── glyphicons-halflings-regular.svg
│   │   ├── glyphicons-halflings-regular.ttf
│   │   ├── glyphicons-halflings-regular.woff
│   │   └── glyphicons-halflings-regular.woff2
│   ├── js
│   │   ├── html5shiv.min.js
│   │   ├── jquery.min.js
│   │   ├── jquery.qrcode.min.js
│   │   └── respond.min.js
│   └── loading.gif
└── 证书导入工具
    ├── winhttpcertcfg.msi
    └── 说明.md

9 directories, 31 files