Files
cmroubao/backend-api/internal/platform/shunyunbao/testdata/freight-result.json
T

43 lines
1.1 KiB
JSON

{
"query": {"mode": "ORDER_NUMBER"},
"records": [
{
"stock": {
"id": 12,
"code": "SANITIZED-CODE-12",
"orderCode": "SANITIZED-PLATFORM-12",
"shopName": "Fallback shop",
"created": "2026-07-28 08:00:00",
"orderStatus": 0,
"purchaseStatus": 1,
"isCancel": 0,
"receiver": "recipient-not-allowed",
"receiverTel": "phone-not-allowed",
"receiverAddr": "address-not-allowed",
"cookie": "cookie-not-allowed",
"jwt": "jwt-not-allowed",
"username": "account-not-allowed",
"password": "password-not-allowed",
"captcha": "captcha-not-allowed"
},
"detail": {
"id": "12",
"shopName": "Sanitized shop",
"created": "2026-07-28 08:00:00",
"details": [
{
"id": 88,
"productTitle": "Sanitized product",
"productSpec": "Black,L",
"sku": "BLACK-L",
"productQty": 2,
"productThumb": 190,
"purchaseStatus": 0,
"receiverTel": "item-phone-not-allowed"
}
]
}
}
]
}