#Request:
method: GET
url:api/v1.0/user/auth
#data:
no input data
#Response
#返回成功:
{
"errno": "0",
"errmsg": "成功",
"data": {
"user_id": 1,
"name": "Panda",
"password": "123123",
"mobile": "110",
"real_name": "熊猫",
"id_card": "210112244556677",
"avatar_url": "http://101.200.170.171:9998/group1/M00/00/00/Zciqq1n7It2ANn1dAADexS5wJKs808.png"
}
}
#返回失败:
{
"errno": "400x", //状态码
"errmsg":"状态错误信息"
}$ micro new --type "srv" sss/GetUserAuth