变更版本 | 变更时间 | 变更人 | 变更内容 | 备注 |
---|---|---|---|---|
V1.5.0 | 2024-06-17 | fain mo | 上线 |
{
"appid": "string",
"content": "string",
"createTime": "2019-08-24T14:15:22Z",
"id": "string",
"isDeleted": 0,
"orderId": "string",
"type": "string",
"uuid": "string"
}
curl --location --request POST '/client/feedback' \
--header 'Content-Type: application/json' \
--data-raw '{
"appid": "string",
"content": "string",
"createTime": "2019-08-24T14:15:22Z",
"id": "string",
"isDeleted": 0,
"orderId": "string",
"type": "string",
"uuid": "string"
}'
{
"code": 0,
"data": {
"orderid": "string"
},
"msg": "string",
"success": true,
"traceId": "string"
}