curl --location 'http://118.178.236.220:8001/scmp_order/third/afterSale/getAfterSaleDetail?afterSaleId=undefined' \
--header 'Signature-Type: MD5withRSA' \
--header 'Timestamp;' \
--header 'Signature-Data;' \
--header 'businessId;'{
"success": true,
"code": 200,
"message": "操作成功",
"data": {
"id": 1001,
"afterSaleNo": "AS202601050001",
"orderId": 2001,
"orderIdStr": "ORDER20260105001",
"orderGoodsId": 3001,
"goodsName": "商品名称示例",
"refundType": 2,
"refundAmount": 99.99,
"refundGoodsNum": 1,
"reason": "商品质量问题",
"description": "收到商品有破损",
"evidenceImages": "https://example.com/image1.jpg,https://example.com/image2.jpg",
"status": 1,
"applyTime": "2026-01-05 10:30:00"
}
}