{
"userId": "string",
"accountId": "string",
"nickName": "string",
"status": 0,
"email": "string",
"balance": 0,
"companyId": "string",
"skidV2": "string",
"mobile": "string",
"cardIdV2": "string",
"chagorderId": "string",
"payFunctions": "string",
"tenantId": "string",
"pageNo": 0,
"pageSize": 0,
"regDate": "2019-08-24T14:15:22Z",
"orderDate": [
"2019-08-24T14:15:22Z"
],
"nowStartDate": "2019-08-24T14:15:22Z",
"nowEndDate": "2019-08-24T14:15:22Z",
"agoStartDate": "2019-08-24T14:15:22Z",
"agoEndDate": "2019-08-24T14:15:22Z",
"payType": 0,
"platformType": 0
}
curl --location --request PUT '/admin-api/charging/chargingUser/edit?id=1024' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "string",
"accountId": "string",
"nickName": "string",
"status": 0,
"email": "string",
"balance": 0,
"companyId": "string",
"skidV2": "string",
"mobile": "string",
"cardIdV2": "string",
"chagorderId": "string",
"payFunctions": "string",
"tenantId": "string",
"pageNo": 0,
"pageSize": 0,
"regDate": "2019-08-24T14:15:22Z",
"orderDate": [
"2019-08-24T14:15:22Z"
],
"nowStartDate": "2019-08-24T14:15:22Z",
"nowEndDate": "2019-08-24T14:15:22Z",
"agoStartDate": "2019-08-24T14:15:22Z",
"agoEndDate": "2019-08-24T14:15:22Z",
"payType": 0,
"platformType": 0
}'
{
"code": 0,
"data": true,
"msg": "string"
}