{
"id": 1,
"account": "admin",
"password": "123456",
"nickname": "陈兔子",
"email": "97783391@qq.com",
"phone": "18888888888",
"status": "normal",
"remark": "备注",
"display": {
"avatar": null,
"describe": "任何事情,做到极致,便是艺术!",
"gender": "unknown",
"birthday": 0,
"covers": ""
}
}
curl --location --request PUT 'https://dev-api.inis.cn/api/users/update' \
--header 'Authorization: ' \
--header 'X-Forwarded-For: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"account": "admin",
"password": "123456",
"nickname": "陈兔子",
"email": "97783391@qq.com",
"phone": "18888888888",
"status": "normal",
"remark": "备注",
"display": {
"avatar": null,
"describe": "任何事情,做到极致,便是艺术!",
"gender": "unknown",
"birthday": 0,
"covers": ""
}
}'
{}
扫码加入【 inis 】开发群
在这里,获得【 inis 】使用上的任何帮助,快速上手让你的研测效率得到大幅提升