Remove Menu and Response Models
Project description
一个基于django的微信接口模块
快速开始:
安装wechat:
pip install django-wechat-base
把wechat模块添加到你的settings.py里面:
INSTALLED_APPS = (
...
'wechat',
...
)
在settings.py里面添加微信设置信息:
# wechat config
WECHAT_APPID = ''
WECHAT_APPSECRET = ''
WECHAT_TOKEN = ''
WECHAT_DOMAIN = ''
WECHAT_MCH_ID = ''
WECHAT_KEY = ''
WECHAT_JS_DEBUG = ''
WECHAT_JS_APILIST = []
版本更改:
v1.0 分离基础接口和菜单,回复等功能
v0.6 添加对python3.x支持
v0.5 添加客服支持
v0.4 添加多语言支持
v0.3 使js配置信息可编辑,添加Qrcode类
v0.2 添加WxMemberView
v0.1 第一版
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for django_wechat_base-1.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 420ca6746365460e4038098819c4d190bc94d4e696528bf30e0860872f69a275 |
|
MD5 | b89ada67409635be2a2db45deda1bca1 |
|
BLAKE2b-256 | d803e208d0cf14c3afc5351b179bc728ba01b99c87b9d3630464cf393b2f621f |