说明
2、调用获取token接口,token有效期7200秒,后续所有接口请求头都要带上token
3、返回体描述
{
"success": true, true表示成功,false表示失败
"msg": "成功", code是0时会返回成功,code非0时会返回具体错误描述
"code": "0", 0表示成功,返回非0业务码表示失败
"model": { 业务数据载体
},
"attributes": null,
"attributesJson": {},
"exception": null
}