企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
**简要描述:** - 获取微信公众号设置 **请求URL:** - `/adminapi/wechat.official_account_setting/getConfig` **请求方式:** - GET **返回示例** ``` { "code": 1, "show": 0, "msg": "", "data": { "name": "Like单商户系统", "original_id": "6666bbbb6666", "qr_code": "http://www.likeshopb2cv3.localhost/qr_code.jpg", "app_id": "8888aaaa8888", "app_secret": "aaaa8888aaaa", "url": "http://www.likeshopb2cv3.localhost/api/weChat/index", "token": 666888, "encoding_aes_key": 99999999, "encryption_type": 1, "business_domain": "http://www.likeshopb2cv3.localhost", "js_secure_domain": "http://www.likeshopb2cv3.localhost", "web_auth_domain": "http://www.likeshopb2cv3.localhost" } } ``` **返回参数说明:** |参数名 |类型 |说明 | |:--| |name|string |公众号名称 | |original_id|string |原始id | |qr_code|string |二维码 | |app_id|string | | |app_secret|string | | |url|string | | |token|string | | |encoding_aes_key|string | | |encryption_type|string | 消息加密方式 1-明文模式 2-兼容模式 3-安全模式| |business_domain|string |业务域名 | |js_secure_domain|string |JS接口安全域名 | |web_auth_domain|string |网页授权域名 |