curl --location --request GET 'http://172.16.3.245:29880/system/'
{
"data": {
"id": 0,
"accountnumber": "", //账号
"role": 0, //角色:1-超级管理员,2-管理员,3-普通用户
"director": "", //负责人
"phone": "", //电话
"time": "", //创建时间
"utime": "" //最近登录时间
},
"code": 0,
"msg": null
}