Skip to content

wechat-python-sdk #129

Description

@goobos

`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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions