同步订单状态
开发中
PUT
/peaceOfMindDetectionApi/syncStatus
最后修改时间:2023-04-21 09:15:03
责任人:wxm
请求参数
Header 参数
platform
string
可选
默认值:
lemon
Body 参数application/json
spNo
string
服务商编码
phone
string
手机号
vehicleId
string
车辆id
status
integer
状态
repTime
string
时间戳
sign
string
签名
示例
{
"spNo":"1094861270433792",
"phone":"15888888888",
"vehicleId":"1872C5F1-2BB0-0004-8CB6-AB88C1A2B386",
"status":0,
"repTime":"20230321141355",
"sign":"5393641baec1650ced2102f545c7a87f"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request PUT 'http://dev.lemonstea.com/lemon-api/peaceOfMindDetectionApi/syncStatus' \
--header 'platform: lemon' \
--header 'Content-Type: application/json' \
--data-raw '{
"spNo":"1094861270433792",
"phone":"15888888888",
"vehicleId":"1872C5F1-2BB0-0004-8CB6-AB88C1A2B386",
"status":0,
"repTime":"20230321141355",
"sign":"5393641baec1650ced2102f545c7a87f"
}'
返回响应
🟢200成功
application/json
Body
code
string
状态
message
string
描述
示例
{
"code": "string",
"message": "string"
}