- 后台接口
- 前台接口
- AI对话
- AI行业
- 问答拆分
- 登录注册
- 上传接口
- 其它配置
- 应用分享
- 机器人管理
- 充值套餐
- 用户管理
- 机器人发布
- 知识库提问
- 知识库数据
- 知识库管理
- 数字人
- 【新】后台接口
- 【新】前台接口
导航装修详情
GET
/adminapi/decorate.nav/detail
请求参数
Header 参数
token
string
可选
示例值:
{{admin-token}}
Body 参数application/json
object {0}
示例
{}
示例代码
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/decorate.nav/detail' \
--header 'token: {{admin-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
show
integer
必需
msg
string
必需
data
object
必需
business_overview
object
必需
user_overview
object
必需
示例
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"business_overview": {
"total_amount": 0,
"total_num": 0,
"total_refund_amount": 0,
"total_refund_num": 0,
"net_income": 0
},
"user_overview": {
"user_num": 1,
"total_recharge_num": 0,
"user_total_amount": 0,
"user_total_quiz": 33,
"user_balance_chat": 17,
"user_robot_num": 0,
"user_kb_num": 0
}
}
}