{
"accountStatus": 0,
"ctime": "2019-08-24T14:15:22Z",
"cuser": "string",
"id": 0,
"isDel": 0,
"lastDate": "2019-08-24T14:15:22Z",
"mtime": "2019-08-24T14:15:22Z",
"muser": "string",
"newPassword": "string",
"oldPassword": "string",
"password": "string",
"phoneNum": "string",
"remark": "string",
"sysRoleList": [
{
"ctime": "2019-08-24T14:15:22Z",
"cuser": "string",
"id": 0,
"isDel": 0,
"mtime": "2019-08-24T14:15:22Z",
"muser": "string",
"remark": "string",
"roleCode": "string",
"roleName": "string"
}
],
"tagInfos": [
{
"property1": "string",
"property2": "string"
}
],
"userAvatar": "string",
"userEmail": "string",
"userName": "string"
}
curl --location --request POST 'https://applet.linkqh.com/applet/admin/sys/user/updateUserPwd' \
--header 'secret: N&h74zqRR4*pkNNw' \
--header 'Content-Type: application/json' \
--data-raw '{
"accountStatus": 0,
"ctime": "2019-08-24T14:15:22Z",
"cuser": "string",
"id": 0,
"isDel": 0,
"lastDate": "2019-08-24T14:15:22Z",
"mtime": "2019-08-24T14:15:22Z",
"muser": "string",
"newPassword": "string",
"oldPassword": "string",
"password": "string",
"phoneNum": "string",
"remark": "string",
"sysRoleList": [
{
"ctime": "2019-08-24T14:15:22Z",
"cuser": "string",
"id": 0,
"isDel": 0,
"mtime": "2019-08-24T14:15:22Z",
"muser": "string",
"remark": "string",
"roleCode": "string",
"roleName": "string"
}
],
"tagInfos": [
{
"property1": "string",
"property2": "string"
}
],
"userAvatar": "string",
"userEmail": "string",
"userName": "string"
}'
{
"code": "string",
"date": {},
"msg": "string"
}