{
"amount": 0,
"createTime": "2019-08-24T14:15:22.123Z",
"id": "string",
"orderNo": "string",
"orderTime": "2019-08-24T14:15:22.123Z",
"settleTime": "2019-08-24T14:15:22.123Z",
"shopId": "string",
"supplierId": "string",
"thirdOrderNo": "string",
"type": 0,
"uid": 0
}curl --location '/rms/rmsSupplierFundLog/add' \
--header 'x-access-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzeXNVaWQiOiJlOWNhMjNkNjhkODg0ZDRlYmIxOWQwNzg4OTcyN2RhZSIsInVzZXJJZGVudGl0eSI6MiwiZXhwIjoxNzQ3MDgxNzYzLCJ1c2VybmFtZSI6ImFkbWluIn0.NaeqryXHUXcM8u5j_l2cIjTyywLEiMHQklrPpEHy79k' \
--header 'Content-Type: application/json' \
--data '{
"amount": 0,
"createTime": "2019-08-24T14:15:22.123Z",
"id": "string",
"orderNo": "string",
"orderTime": "2019-08-24T14:15:22.123Z",
"settleTime": "2019-08-24T14:15:22.123Z",
"shopId": "string",
"supplierId": "string",
"thirdOrderNo": "string",
"type": 0,
"uid": 0
}'{
"code": 0,
"message": "string",
"result": {},
"success": true,
"timestamp": 0
}