Authorization: Bearer ********************
{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"id": 0,
"employeeId": 0,
"employeeName": "string",
"employeePhone": "string",
"withdrawalCode": "string",
"withdrawalPlatform": "string",
"applyAmount": 0,
"withdrawalAmount": 0,
"withdrawalOutTradeNo": "string",
"status": "string",
"remark": "string",
"isDelete": "string",
"rebateIds": [
0
]
}
curl --location --request POST '/back/employeeWithdrawal/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"id": 0,
"employeeId": 0,
"employeeName": "string",
"employeePhone": "string",
"withdrawalCode": "string",
"withdrawalPlatform": "string",
"applyAmount": 0,
"withdrawalAmount": 0,
"withdrawalOutTradeNo": "string",
"status": "string",
"remark": "string",
"isDelete": "string",
"rebateIds": [
0
]
}'
{
"code": 0,
"msg": "string",
"data": {}
}