{
"userId": "string",
"puId": "string",
"orderComplete": true,
"jobUid": "string",
"jobComplete": true,
"worker": {
"id": "string",
"type": "user",
"name": "string"
},
"time": 0,
"content": "string",
"address": "string",
"lng": 0,
"lat": 0,
"images": [
"string"
],
"imageFileIdList": [
"string"
],
"videoFileIdList": [
"string"
]
}curl --location 'http://127.0.0.1/bvworkorder/v1/workorder/orders//logs' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data '{
"userId": "string",
"puId": "string",
"orderComplete": true,
"jobUid": "string",
"jobComplete": true,
"worker": {
"id": "string",
"type": "user",
"name": "string"
},
"time": 0,
"content": "string",
"address": "string",
"lng": 0,
"lat": 0,
"images": [
"string"
],
"imageFileIdList": [
"string"
],
"videoFileIdList": [
"string"
]
}'{
"code": 0,
"msg": "string"
}