企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
**简要描述:** - 获取小程序配置 **请求URL:** - `/adminapi/wechat.mini_program_setting/getConfig` **请求方式:** - GET **返回示例** ``` { "code": 1, "show": 0, "msg": "", "data": { "name": "小程序名称", "original_id": 3333333, "qr_code": "http://www.likeshopb2cv3.localhost/q.jpg", "app_id": 11111111, "app_secret": 22222222, "request_domain": "https://www.likeshopb2cv3.localhost", "socket_domain": "wss://www.likeshopb2cv3.localhost", "upload_file_domain": "https://www.likeshopb2cv3.localhost", "download_file_domain": "https://www.likeshopb2cv3.localhost", "udp_domain": "udp://www.likeshopb2cv3.localhost", "business_domain": "www.likeshopb2cv3.localhost", } } ``` **返回参数说明:** |参数名 |类型 |说明 | |:--| |name|string | 小程序名称 | |original_id|string |原始id | |qr_code|string |二维码 | |app_id|string | | |app_secret|string | | |request_domain|string |request合法域名 | |socket_domain|string | socket合法域名| |upload_file_domain|string |uploadFile合法域名 | |download_file_domain|string |downloadFile合法域名 | |udp_domain|string |udp合法域名 | |business_domain|string |业务域名 |