{
"item_ids": [
0
],
"deadline_at": "2019-08-24T14:15:22.123Z",
"remark": "string"
}curl --location 'https://api.findfuture.cn/open-api/v1/buyer/order//append-inquiry' \
--header 'Content-Type: application/json' \
--data '{
"item_ids": [
0
],
"deadline_at": "2019-08-24T14:15:22.123Z",
"remark": "string"
}'{
"code": 200,
"message": "success",
"data": {
"message": "操作成功"
}
}