Authorization: Bearer ********************
{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"id": 0,
"userId": 0,
"orderId": 0,
"orderOnceId": 0,
"advicesTitle": "string",
"advicesContent": "string",
"advicesType": 0,
"messageKey": "string",
"staffName": "string",
"serviceTime": "2019-08-24T14:15:22Z",
"status": 0,
"userFlag": 0,
"isDelete": 0,
"remark": "string",
"pushTime": "2019-08-24T14:15:22Z",
"advicesStatus": 0
}
curl --location --request POST '/appMark/employee/getMessageDetail' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"id": 0,
"userId": 0,
"orderId": 0,
"orderOnceId": 0,
"advicesTitle": "string",
"advicesContent": "string",
"advicesType": 0,
"messageKey": "string",
"staffName": "string",
"serviceTime": "2019-08-24T14:15:22Z",
"status": 0,
"userFlag": 0,
"isDelete": 0,
"remark": "string",
"pushTime": "2019-08-24T14:15:22Z",
"advicesStatus": 0
}'
{
"code": 0,
"msg": "string",
"data": {
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"id": 0,
"userId": 0,
"orderId": 0,
"orderOnceId": 0,
"advicesTitle": "string",
"advicesContent": "string",
"advicesType": 0,
"messageKey": "string",
"staffName": "string",
"serviceTime": "2019-08-24T14:15:22Z",
"status": 0,
"userFlag": 0,
"isDelete": 0,
"remark": "string",
"pushTime": "2019-08-24T14:15:22Z",
"advicesStatus": 0
}
}