简要描述:
- 公众号配置信息
请求域名:
- http://xx.com
请求URL:
GET:route=plugin.wechat.admin.setting.setting.index
参数:
返回示例:
正确时返回:
{
"is_open":1,
"name":"芸众生活",
"type":"",
"original_id":"gh_bdaed32fc5a7",
"app_id":"wx9bfe63ca96c52f43",
"app_secret":"0872927402403d209a76c0a01b3a18be",
"address":"http://yz.com/web/index.php/api/wechat?id=3",
"token":"uc513slktnfapvcpkuasx2sftlwlv5zr",
"aes_key":"HReRzCqeZN5BnE0tm3Vk51V79iGiUVqNJfZKcykB11p",
"wechat":"gh_bdaed32fc5a7",
status:1
}
错误时返回:
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
is_open | string | 是否打开 1为打开0为关闭 |
name | string | 公众号名称 |
type | string | 公众号类型 |
original_id | string | 原始ID |
app_id | string | 开发者ID |
app_secret | string | 开发者密码 |
address | string | 服务器地址 |
token | string | 令牌(ToKen) |
string | 微信号 | |
aes_key | string | 消息加密密钥(EncodingAESKey) |
status | string | 公众号接入状态 1为接入成功 |
备注:
- 更多返回错误代码请看首页的错误代码描述