Request
Body Params application/jsonRequired
{
"amount": 0,
"balanceDiscount": 0,
"createTime": "2019-08-24T14:15:22.123Z",
"discount": 0,
"distributionAmount": 0,
"id": "string",
"orderNo": "string",
"orderTime": "2019-08-24T14:15:22.123Z",
"platformServiceAmount": 0,
"settleTime": "2019-08-24T14:15:22.123Z",
"shopId": "string",
"shopSettleAmount": 0,
"status": 0,
"supplierId": "string",
"supplierSettleAmount": 0,
"supplyAmount": 0,
"uid": 0,
"updateTime": "2019-08-24T14:15:22.123Z"
}
Request Code Samples
curl --location '/rms/rmsOrderLog/add' \
--header 'x-access-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzeXNVaWQiOiJlOWNhMjNkNjhkODg0ZDRlYmIxOWQwNzg4OTcyN2RhZSIsInVzZXJJZGVudGl0eSI6MiwiZXhwIjoxNzQ3MDgxNzYzLCJ1c2VybmFtZSI6ImFkbWluIn0.NaeqryXHUXcM8u5j_l2cIjTyywLEiMHQklrPpEHy79k' \
--header 'Content-Type: application/json' \
--data '{
"amount": 0,
"balanceDiscount": 0,
"createTime": "2019-08-24T14:15:22.123Z",
"discount": 0,
"distributionAmount": 0,
"id": "string",
"orderNo": "string",
"orderTime": "2019-08-24T14:15:22.123Z",
"platformServiceAmount": 0,
"settleTime": "2019-08-24T14:15:22.123Z",
"shopId": "string",
"shopSettleAmount": 0,
"status": 0,
"supplierId": "string",
"supplierSettleAmount": 0,
"supplyAmount": 0,
"uid": 0,
"updateTime": "2019-08-24T14:15:22.123Z"
}'
Responses
{
"code": 0,
"message": "string",
"result": {},
"success": true,
"timestamp": 0
}
Modified at 2025-10-17 00:33:09