# weixin_api **Repository Path**: limoaix/weixin_api ## Basic Information - **Project Name**: weixin_api - **Description**: 微信api的封装 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # weixin_api 微信api的封装(部分,剩下的有时间补上) ## 使用方法(python版) ``` from wuest import wuest resp = wuest.query_auth_acquired({ #参数包含了query参数和post_data参数,只要key能对应上就行 "component_access_token": "xxx", "component_appid": "xxx", "authorization_code": "xxx" }) print resp ```