yzk_wechat_event/libs/weworkapi/callback
AKW da9f871f61 添加事件视图 2023-12-13 16:09:16 +08:00
..
Readme.txt 添加事件视图 2023-12-13 16:09:16 +08:00
Sample.py 添加事件视图 2023-12-13 16:09:16 +08:00
WXBizMsgCrypt3.py 添加事件视图 2023-12-13 16:09:16 +08:00
ierror.py 添加事件视图 2023-12-13 16:09:16 +08:00

Readme.txt

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

注意事项
1.WXBizMsgCrypt.py文件封装了WXBizMsgCrypt接口类提供了用户接入企业微信的三个接口Sample.py文件提供了如何使用这三个接口的示例ierror.py提供了错误码。
2.WXBizMsgCrypt封装了VerifyURL, DecryptMsg, EncryptMsg三个接口分别用于开发者验证回调url收到用户回复消息的解密以及开发者回复消息的加密过程。使用方法可以参考Sample.py文件。
3.加解密协议请参考企业微信官方文档。
4.本代码用到了pycrypto第三方库请开发者自行安装此库再使用。