- api-passenger
- service-verificationCode
- service-passenger-user
- service-price
- service-map
- service-driver-user
- api-boos
- api-driver
- service-order
- service-sse-push
司机车辆解绑
开发中
POST
/driver-car-binding-relationship/unbind
请求参数
Body 参数application/json
driverId
integer
司机id
carId
integer
车辆id
示例
{
"driverId": 0,
"carId": 0
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/driver-car-binding-relationship/unbind' \
--header 'Content-Type: application/json' \
--data-raw ''
返回响应
🟢200成功
application/json
Body
code
integer
必需
message
string
必需
示例
{
"code": 0,
"message": "string"
}
修改于 2022-11-26 07:55:47