文档
测试

获取公众号配置

GET
127.0.0.1:8082/live-edu/sys/config/getWeH5

响应参数

参数名
类型
描述
必填
code
int
状态码0 成功其他失败
必填
msg
String
响应信息
必填
obj
array
配置列表
必填

说明 / 示例

## `返回示例` ```java { "code": 0, "msg": "请求成功", "obj": [ { "id": "WeChat.WEH5APPID", "paramKey": null, "paramValue": "wxe7281d8e28c84dc6", "remark": "公众号的APPID", "type": "WeChat" }, { "id": "WeChat.WEH5SECRET", "paramKey": null, "paramValue": "1c222223ef5c1ad5bfab4bf6148608b1", "remark": "公众号的secret", "type": "WeChat" } ] } ```