├── .gitignore ├── LICENSE ├── README.md ├── conf.py └── wechat_sdk.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/facert/WechatEnterpriseSDK/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/facert/WechatEnterpriseSDK/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/facert/WechatEnterpriseSDK/HEAD/README.md -------------------------------------------------------------------------------- /conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/facert/WechatEnterpriseSDK/HEAD/conf.py -------------------------------------------------------------------------------- /wechat_sdk.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/facert/WechatEnterpriseSDK/HEAD/wechat_sdk.py --------------------------------------------------------------------------------