wechat-python-sdk icon indicating copy to clipboard operation
wechat-python-sdk copied to clipboard

wechat-python-sdk

Open goobos opened this issue 8 years ago • 0 comments

`conf = WechatConf( token=TOKEN, appid=APP_ID, appsecret=APP_SECRET, encrypt_mode='normal', # 可选项:normal/compatible/safe,分别对应于 明文/兼容/安全 模式 encoding_aes_key=ENCODING_AES_KEY # 如果传入此值则必须保证同时传入 token, appid )

wechat = WechatBasic(conf=conf) assess_data = wechat.get_access_token()`

get_access_token work bad

goobos avatar Sep 30 '17 22:09 goobos