文档
测试

获取配置

GET
/api/api/app_config

接口描述

应用获取配置

响应参数

参数名
类型
描述
必填
al_oss
array
阿里云oss参数
必填
bucket_name
string
空间名称
必填
access_key_id
string
id
必填
access_key_secret
string
秘钥
必填
endpoint
string
上传地址
必填
domin
string
拼接域名
必填
reply
array
自动回复配置
必填
keywords
string
关键词 触发词
必填
content
string
回复内容
必填
apple_config
array
苹果相关配置
必填
version
string
版本号
必填
app_stroe_url
string
appstroe 下载地址
必填
system_config
array
系统相关配置
必填
customer_tel
string
客服电话
必填

说明 / 示例

``` { "status": 1, "data": { "al_oss": { "bucket_name": "zbtxzb", "access_key_id": "LTAI5tCYeqfwNabre7a4QxAw", "access_key_secret": "B1Oobs50xltgk7GnamaF53b3lc5GbL", "endpoint": "https://oss-cn-beijing.aliyuncs.com", "domin": "https://zbtxzb.oss-cn-beijing.aliyuncs.com" }, "url": [], "reply": [ { "keywords": "你好", "content": "我好不好你怎么知道" }, { "keywords": "这个怎么解", "content": "你问我 我哪知道" }, { "keywords": "大师", "content": "别叫我大师 我只是一名普普通通的神职人员" }, { "keywords": "好的", "content": "好不好我不知道 反正我挺好" }, { "keywords": "怎么解决", "content": "你在说什么" } ], "apple_config": { "product": "com.zbtxia.ybds", "version": "1.0.0", "app_stroe_url": "" }, "system_config": { "customer_tel": "4008110823" } }, "message": "成功", "code": 0 } ```