{
"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",
"messageType": "string",
"smsTemplateId": "string",
"smsReceiver": "string",
"smsParam": {
"property1": "string",
"property2": "string"
}
}
curl --location --request POST '/back/message/advices/add' \
--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",
"messageType": "string",
"smsTemplateId": "string",
"smsReceiver": "string",
"smsParam": {
"property1": "string",
"property2": "string"
}
}'
{
"code": 0,
"msg": "string",
"data": {}
}