@@ -93,6 +93,7 @@ export interface ErmcpLoginUser{
}
export interface ErmcpLoginUserEx{
+ mobile: string; // 手机号
accountstatus: number; // 账户的状态 - 1:待激活 2:待审核 3:待复审 4:正常 5:审核拒绝 6:停用(注销) 7:注销(删除)
querytype: number; // 查询类型 1-业务账户 2-交易账户 3-管理账户
roleid: number; // 角色id(交易账户->用户id)