curl --location --request GET '/api/system/t_user/get_other_info/?user_id=1'
{
"code": 0,
"page": 0,
"limit": 0,
"total": 0,
"data": [
{
"id": 0,
"modifier_name": null,
"create_datetime": "string",
"update_datetime": "string",
"wx_id": "string",
"nick_name": "string",
"name": null,
"authentication": true,
"avatar": null,
"mobile": "string",
"id_number": "string"
}
],
"msg": "string"
}