curl --location --request GET '/app-api/trade/after-sale-log/list?afterSaleId=1' \
--header 'Authorization: 3ecf676011544a3293b9665f63513a28' \
--header 'tenant-id: 10053'{
"code": 0,
"data": [
{
"id": 20669,
"content": "维权完成,退款金额:¥37776.00",
"createTime": "2019-08-24T14:15:22.123Z"
}
],
"msg": "string"
}