{
"orderNo": "string",
"attachItems": [
{
"name": "string",
"remark": "string",
"attachType": "string",
"url": "string"
}
]
}
curl --location --request POST 'https://hwc-open-api.yqn.com/v1/inbound/addAttach' \
--header 'x-api-key: abc123(认证信息)' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderNo": "string",
"attachItems": [
{
"name": "string",
"remark": "string",
"attachType": "string",
"url": "string"
}
]
}'
{
"statusCode": 200,
"status": 0,
"code": 200,
"message": "添加附件成功"
}