{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"custServiceStatus": 0,
"custNum": "string",
"custApplyno": "string",
"stopStartTime": 0,
"stopEndTime": 0,
"recoveryTime": 0,
"remark": "string",
"reason": "string",
"roleName": "string"
}
curl --location --request POST '/custLongTerm/recoveryService' \
--header 'token: qGUGaj6nydgo3T4bNNHPzkCULnxMwSVHsibTqbQzBbu9Xw5RxbxNmpwaUctfZ49k' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"custServiceStatus": 0,
"custNum": "string",
"custApplyno": "string",
"stopStartTime": 0,
"stopEndTime": 0,
"recoveryTime": 0,
"remark": "string",
"reason": "string",
"roleName": "string"
}'
{
"success": false,
"code": "",
"message": "",
"data": {}
}