Skip to content

ChanMo/django-wechat-pay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

基于django的微信支付功能模块

快速开始:

安装django-wechat-pay:

pip install django-wechat-pay

修改settings.py文件:

INSTALLED_APPS = (
    ...
    'wechat',
    'wechat_pay',
    ...
)

在settings.py文件底部添加:

# wechat config
WECHAT = [
    {
        'appid': 'demo',
        'appsecret': 'demo',
        'token': 'demo',
        'mch_id': 'demo',
        'key': 'demo',
        'body': 'demo',
    },
]

版本更改:

  • v0.1 第一版

About

基于django的微信支付模块

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published