- 必看
- 管理后台
- 工作台
- 登录
- 装修管理
- 文章资讯
- 消息通知
- 渠道设置
- 组织管理
- 权限管理
- 系统设置
- 文件管理
- 存储引擎
- 开发工具
- 用户管理
- 通用数据
- 营销应用
- 财务管理
- 手机端
- PC端
- 参数说明
获取公众号配置
GET
/adminapi/channel.official_account_setting/getConfig
请求参数
Header 参数
token
string
可选
默认值:
{{token}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://www.likeadmin.localhost/adminapi/channel.official_account_setting/getConfig' \
--header 'token: {{token}}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
show
integer
必需
msg
string
必需
data
object
必需
name
string
公众号名称
original_id
integer
原始id
qr_code
string
二维码
app_id
integer
必需
app_secret
string
必需
url
string
必需
token
string
必需
encoding_aes_key
string
必需
encryption_type
integer
必需
business_domain
string
业务域名
js_secure_domain
string
JS接口安全域名
web_auth_domain
string
网页授权域名
示例
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"name": "演示公众号",
"original_id": 123456,
"qr_code": "http://www.smyy.localhost/1111",
"app_id": 654321,
"app_secret": "asdssdSdsgsefa",
"url": "http://www.smyy.localhost/adminapi/wechat.official_account_reply/index",
"token": "likeAdmin",
"encoding_aes_key": "asdas",
"encryption_type": 1,
"business_domain": "www.smyy.localhost",
"js_secure_domain": "www.smyy.localhost",
"web_auth_domain": "www.smyy.localhost"
}
}