- 开放平台对接说明
- 登录
- 路由管理
- 客户端管理
- 字典管理
- 菜单管理
- 省市区管理
- 客户管理
- 角色管理
- 系统版本管理
- 用户管理
- 常用功能管理
- 会员管理
- 基础管理
- 机构管理
- 餐次管理
- 机构餐次管理
- 支付方式
- 支付宝直连管理
- 聚合支付通道
- 支付宝小程序
- 微信小程序
- 微信直连
- 产品单位
- 产品分类
- 做法类别
- 做法档案
- 产品关联做法
- 菜谱管理
- 产品管理
- 餐盘管理
- 机构大厅
- 桌台档案
- 开台必点
- 厨房打印机定义
- 厨单管理
- 数据同步
- 机构设备
- 系统设置
- 导入导出日志
- 支付宝ISV第三方
- 微信服务商表
- 订单管理
- 文件管理
- 支付服务
- 手机验证码管理
- 服务商管理
- POS服务
- 业务日志管理
- 消息通知管理
- 特殊餐管理
- 费控管理
- 餐券管理
- 人脸特征值
- AI需求相关接口
列表查询
开发中
GET
/base/bsBranchPlate/page
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Query 参数
current
string
第几页
示例值:
1
size
string
每页行数
示例值:
10
code
string
编码
enable
string
可选
示例值:
99
bsBranchs
array[string]
机构
orderByColumn
string
按照字段排序
示例值:
createTime,code,enable
orderByAsc
string
字段排序方式
示例值:
desc,asc,asc
Header 参数
Authorization
string
可选
示例值:
1938227f-d47b-47d6-bfce-38729900cfba
TENANT-ID
string
可选
示例值:
1
Body 参数application/json
object {0}
示例
{
"current": 1,
"size": 10,
"code": "",
"enable": 99,
"bsBranchs": [
"1823902726793478145",
"1823902540268584961"
]
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://devapi.maicanbao.com/base/bsBranchPlate/page?current=1&size=10&code&enable=99&bsBranchs=&orderByColumn=createTime,code,enable&orderByAsc=desc,asc,asc' \
--header 'Authorization: 1938227f-d47b-47d6-bfce-38729900cfba' \
--header 'TENANT-ID: 1' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 1,
"size": 10,
"code": "",
"enable": 99,
"bsBranchs": [
"1823902726793478145",
"1823902540268584961"
]
}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
null
必需
data
object
必需
records
array [object {13}]
必需
total
integer
必需
size
integer
必需
current
integer
必需
pages
integer
必需
ok
boolean
必需
示例
{
"code": 0,
"msg": null,
"data": {
"records": [
{
"plateId": "1826496000062435329",
"code": "004",
"branchId": "1823902726793478145",
"branchName": "自助餐烤肉店",
"microchipNo": "16193611",
"enable": 1,
"remarks": "测试",
"createUserId": "1",
"createName": "管理员",
"createTime": "2024-08-22 13:45:56",
"updateUserId": null,
"updateName": null,
"updateTime": null
},
{
"plateId": "1826495920169332738",
"code": "003",
"branchId": "1823902726793478145",
"branchName": "自助餐烤肉店",
"microchipNo": "16193678",
"enable": 1,
"remarks": "测试",
"createUserId": "1",
"createName": "管理员",
"createTime": "2024-08-22 13:45:37",
"updateUserId": null,
"updateName": null,
"updateTime": null
},
{
"plateId": "1826495877400014850",
"code": "004",
"branchId": "1823902540268584961",
"branchName": "小笼包店",
"microchipNo": "16199999",
"enable": 1,
"remarks": "测试",
"createUserId": "1",
"createName": "管理员",
"createTime": "2024-08-22 13:45:26",
"updateUserId": "1",
"updateName": "管理员",
"updateTime": "2024-08-22 13:48:11"
},
{
"plateId": "1826495478106468354",
"code": "001",
"branchId": "1823902726793478145",
"branchName": "自助餐烤肉店",
"microchipNo": "26793478",
"enable": 1,
"remarks": "deserunt Duis adipisicing voluptate do",
"createUserId": "1",
"createName": "管理员",
"createTime": "2024-08-22 13:43:51",
"updateUserId": null,
"updateName": null,
"updateTime": null
}
],
"total": 4,
"size": 10,
"current": 1,
"pages": 1
},
"ok": true
}