+++ get:/user/getInfo *userId=1#用户Id *loginIdentifier=123123123#登陆凭证 <<< success { "onceToken": "", "data": { "userInfo": { "userId": 3, "mobile": "15858236349", "icon": null, "name": null, "passwordStatus" : "0" "needPayPassword":"0" } }, "code": "00000", "info": "信息获取成功" } <<< error { "onceToken": null, "data": null, "code": "10003", "info": "loginIdentifier不能为空" } +++ ####参数接口描述(data中的内容):record |序号|名称|描述|备注| | -- | -- | -- | -- | ||passwordStatus|支付密码设置状态|0:未设置 1:已设置| |needPayPassword|免密状态|0需要支付密码1不需要|