A Django app to use wechat.
Project description
Django Wechat Base
基于django的微信基础模块, 包括使用django缓存, 图片存储等
Quick Start
Install
$ pip install django-wechat-base
Update settings.py
WECHAT = {
'appid': '',
'secret': '',
...
}
Usage
from wechat.wxa import Wxa
wxa = Wxa()
qrcode = wxa.get_qrcode('https://github.com/ChanMo/')
print(qrcode)
API List
Wxa
from wechat import wxa
小程序相关功能
get_pay_data获取小程序支付数据get_qrcode获取小程序二维码get_delivery获取小程序物流信息
Wxb
from wechat import wxb
公众号模块
get_js_config获取js配置json
Message
from wechat import message
消息模块
send发送模块消息
Payment(v3)
from wechat import payment3
微信支付相关(v3)
get_pay_data获取支付数据parse_result解析异步返回值return_failure返回错误信息return_success返回成功信息
Payment(v2)
微信支付相关(v2)
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-wechat-base-2.1.1.tar.gz.
File metadata
- Download URL: django-wechat-base-2.1.1.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81ff0853dbc47821d64dcf15390329db8a6494b14c1b0fc22cb239fb23418120
|
|
| MD5 |
674896831d7f0b450b64fc61336f278e
|
|
| BLAKE2b-256 |
2656a2255d24f55605893d4d4aa7b4b811141273bdc80ec1332a833a20003ef5
|
File details
Details for the file django_wechat_base-2.1.1-py3-none-any.whl.
File metadata
- Download URL: django_wechat_base-2.1.1-py3-none-any.whl
- Upload date:
- Size: 10.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
69301c6d49e5c489ca5629ecce2cca3284fb7b4054b5c044355776ab70c5ffcb
|
|
| MD5 |
ebd63fa9017070e80e6173d47215df55
|
|
| BLAKE2b-256 |
9a9e9a04d7c15d21a4be3adf2032a11d4ab532ccfa839c96390e46ec924bda76
|