POST /app/localLife/storage/AfterSale/getMessageError
//返回
{
“code”: 0,
“data”: [
{
“id”: 1,
“created_at”: null,
“updated_at”: null,
“after_sale_id”: 1,
“application_id”: 6,
“application_shop_id”: 0,
“order_id”: 1,
“third_order_sn”: “1”,
“order_item_id”: 1,
“after_sales_message_type”: “localLife.loc_after_sales.pass”,
“status”: 1,
“error_msg”: “错误”
}
],
“msg”: “操作成功”
}