- 商城侧 - 后台
- 用户
- 商品
- 设置
- 营销
- 订单
- 分销
- 回调
- 供应商
- 门店
- 系统
- 财务
- 商城侧 - 门店
- 商城侧 - 收银台
- 商城侧 - 供应商
- 商城侧 - 客服
获取全局设置
开发中
GET
/adminapi/global/config
请求参数
Authorization
在 header 添加参数
Authori-Zation
示例:
Authori-Zation: ********************
示例代码
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/global/config' \
--header 'Authori-Zation;'
返回响应
🟢200成功
application/json
Body
status
integer
必需
msg
string
必需
data
object
必需
prescription_show_rule
integer
处方设置
operation_mode
integer
运营模式
示例
{"status":200,"msg":"ok","data":{"prescription_show_rule":1,"operation_mode":2}}