{
"mobile": "18664908892",
"outTradeNo": "DD1234",
"title": "消费了xxxxxxxxxxxxxxxxxxxxxxxx22",
"orderNo": "DD91221",
"subOrderNo": "DD912",
"points": "500",
"pointsType": "1000",
"transactionType": "10003",
"subTransactionType": "100010001",
"tradeTime": "2025-06-05 00:11:22",
"shippingAddress": "广东省深圳市龙岗区爱南路258号",
"availablePoints": "6400",
"tradeType": 1,
"products": "[{\"productName\": \"空调\", \"quantity\": 1, \"unitPrice\": 2999.00},{\"productName\": \"洗衣机\", \"quantity\": 1, \"unitPrice\": 1599.00}]"
}curl --location --request POST 'https://crm-dev.e-lansen.com/api/open/mallOrderDetail/add' \
--header 'X-Forwarded-For: 121.40.82.192' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"mobile": "18664908892",
"outTradeNo": "DD1234",
"title": "消费了xxxxxxxxxxxxxxxxxxxxxxxx22",
"orderNo": "DD91221",
"subOrderNo": "DD912",
"points": "500",
"pointsType": "1000",
"transactionType": "10003",
"subTransactionType": "100010001",
"tradeTime": "2025-06-05 00:11:22",
"shippingAddress": "广东省深圳市龙岗区爱南路258号",
"availablePoints": "6400",
"tradeType": 1,
"products": "[{\"productName\": \"空调\", \"quantity\": 1, \"unitPrice\": 2999.00},{\"productName\": \"洗衣机\", \"quantity\": 1, \"unitPrice\": 1599.00}]"
}'{
"data": null,
"code": 0,
"msg": "string",
"desc": null
}