助教考核结果

方法名:getCheckInfo

请求参数:


{

"userId":1// 用户id

"role":3//用户角色

}

返回结果:


{

"users":[

            {

"userId":1,//用户id

"identifier":"001",//用户编号

"account":"[email protected]",//用户帐号

"name":"owner",//用户代号

"role":0,//用户角色 0 管理员 1提供者 2经销商 3使用者

"address":"北京",//用户地址

"contact":"13455213234",//联系方式

"remark":"",//备注信息

"enableShare":true,//是否可向第三方共享电池信息

"enable":true//是否被禁用

}    

  {...}

]

}

你可能感兴趣的:(助教考核结果)