获取公众号配置
GET
/adminapi/channel.official_account_setting/getConfig
请求参数
Header 参数
token
string
必需
默认值:
{{'38a327e6732714e2a48e0b5d3038b2cc'}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/adminapi/channel.official_account_setting/getConfig' \
--header '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"
}
}
修改于 2022-11-12 09:31:34