获取配置
开发中
GET
/adminapi/channel.open_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.open_setting/getConfig' \
--header 'token;'
返回响应
🟢200成功
application/json
Body
code
integer
必需
show
integer
必需
msg
string
必需
data
object
必需
app_id
integer
必需
app_secret
integer
必需
示例
{"code":1,"show":0,"msg":"","data":{"app_id":1231,"app_secret":2131231}}
修改于 2022-11-12 09:31:34