{
"id": 0,
"nick": "string",
"birthday": "string",
"constellation": "string",
"mobiles": [
"string"
],
"zodiac": "string",
"gender": 0,
"position": "string",
"mobile": "string",
"headImg": "string"
}
curl --location --request POST '/user/updateOpenUserById' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"nick": "string",
"birthday": "string",
"constellation": "string",
"mobiles": [
"string"
],
"zodiac": "string",
"gender": 0,
"position": "string",
"mobile": "string",
"headImg": "string"
}'
{
"code": 0,
"msg": "",
"data": {
"id": 0,
"createTime": "",
"updateTime": "",
"mobile": "",
"nick": "",
"lastTime": "",
"notes": "",
"username": "",
"password": "",
"tximUserid": "",
"equipment": "",
"real": false,
"birthday": "",
"constellation": "",
"zodiac": "",
"gender": 0,
"position": ""
}
}