文件名称:wechatpay:微信支付是微信支付的SDK
文件大小:9KB
文件格式:ZIP
更新时间:2024-05-23 14:47:48
Python
微信支付 WechatPay是微信支付的sdk,在使用它之前,您需要设置微信支付的配置。 关于支付,请阅读 如何安装 git clone git@github.com:fanhan/wechatpay.git cd wechatpay python setup.py install 或者 pip install wechat_pay 如何使用? from wechatpay import WechatPay class Pay ( WechatPay ): appid = 'your_appid' mch_id = 'your_mch_id' appSecret = 'your_appSecret' partnerKey = 'your_partnerKey' notify_url = 'your_notify_url' # if need cert cert = '/p
【文件预览】:
wechatpay-master
----MANIFEST.in(122B)
----LICENES.txt(145B)
----ChangeLog.txt(66B)
----src()
--------wechatpay()
----requirements.txt(9B)
----__init__.py(0B)
----test()
--------test_wechatpay.py(535B)
--------run_all_test.sh(52B)
----setup.py(586B)
----README.md(2KB)
----docs()
--------analysis.model.md(126B)
--------maintain.md(89B)
----.gitignore(709B)