- 节假日接口
- 【请填写功能名称】Controller
- 【请填写功能名称】Controller
- 登录验证
- 广播接口和Websocket相关接口
- 业务信息表
- 取号信息
- 隐私协议的接口
- 注册验证
- 取号机接口
- 预约信息小程序
- 办事工作人员模块
- 广播接口
- 登录注册移动接口
- 叫号模块
进行预约
POST
/BusiResRec/preBrr
请求参数
Header 参数
Authorization
string
可选
默认值:
eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6IjVkYWRhODZjLThkZTgtNGYzYS05NjRmLTY3YWRkOTU2MWFkNCJ9.u6Xa4DS-cJNRgYBB6AD_2LEx7sXQJPSEYgJ6Mh0r0Wfbwj7Ow06VjCfBhz10m0bCGsKKMf1P5yuIf86JOM1KUQ
Body 参 数application/json
reservationDate
string | null
可选
reservationTimeSlot
string | null
可选
businessType
integer | null
可选
businessid
string | null
可选
idCard
string | null
预约人身份证
示例
{
"businessid": "4",
"businessType": "01",
"idCard": "411426199907108111",
"reservationDate": "2023-11-08",
"reservationTimeSlot": "1"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/BusiResRec/preBrr' \
--header 'Authorization: eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6IjVkYWRhODZjLThkZTgtNGYzYS05NjRmLTY3YWRkOTU2MWFkNCJ9.u6Xa4DS-cJNRgYBB6AD_2LEx7sXQJPSEYgJ6Mh0r0Wfbwj7Ow06VjCfBhz10m0bCGsKKMf1P5yuIf86JOM1KUQ' \
--header 'Content-Type: application/json' \
--data-raw '{
"businessid": "4",
"businessType": "01",
"idCard": "411426199907108111",
"reservationDate": "2023-11-08",
"reservationTimeSlot": "1"
}'
返回响应
🟢200成功
application/json
Body
操作消息提醒
key
object | null
可选
示例
{"msg":"操作成功","code":200,"data":{"reservationDate":"2023-11-02","reservationTimeSlot":"1","businessType":1,"businessid":"业务名称","handlingTime":"9:00-11:00","name":"admin","idCard":"1231321323321"}}