1、返回状态信息表(state):
状态 | 模块名称 | 模块编码 | 返回编码 | 状态码 | 描述 |
---|---|---|---|---|---|
state | server | -- | -- | 200 | 成功 |
state | server | -- | -- | -1 | 服务器异常 |
state | server | -- | -- | 101 | 参数异常 |
state | server | -- | -- | 102 | 数据库异常 |
state | server | -- | -- | 103 | 服务器间通信异常没有正常返回 |
state | server | -- | -- | 104 | 请求超时异常 |
state | server | -- | -- | 105 | 数据关联异常 |
state | server | - | -- | 106 | 频繁请求异常 |
state | server | -- | -- | 107 | 查询成功,但无数据 |
state | app | -- | -- | 998 | Error字典不包含state参数 |
state | app | -- | -- | 999 | Error字典未传递必要信息 |
state | 账号 | 101 | 001 | 101001 | 相同角色的账号已注册 |
state | 账号 | 101 | 002 | 101002 | 无法从app端注册老师或校长账号 |
state | 账号 | 101 | 003 | 101003 | 保存注册数据异常 |
state | 账号 | 101 | 101 | 101101 | 角色账号不存在 |
state | 账号 | 101 | 102 | 101102 | 角色账号存在,但密码不正确 |
state | 账号 | 101 | 103 | 101103 | 角色账号密码验证正确,但手机registration_id为空未更新 |
state | 账号 | 101 | 104 | 101104 | 角色账号密码验证正确,手机registration_id不为空,但更新失败 |
state | 账号 | 101 | 105 | 101105 | 没有获取到好友列表 |
state | 账号 | 101 | 106 | 101106 | 没有圈子数据 |
state | 账号 | 101 | 107 | 101107 | token比对不一致,无效 |
state | 账号 | 101 | 108 | 101108 | token比对一致,但超过有效期,无效 |
state | 账号 | 101 | 109 | 101109 | 短信验证码不一致,无效 |
state | 账号 | 101 | 110 | 101110 | 短信验证码比对一致,但超过有效期,无效 |
state | [第三方]网易云信 | 102 | 001 | 102001 | 网易云接口异常 |
state | [第三方]极光推送 | 102 | 002 | 102002 | 极光推送异常 |
state | server | 103 | 001 | 103001 | 获取接口的数据错误(没有该学生和老师) |
state | server | 103 | 002 | 103002 | 有学生 没有老师 |
state | server | 103 | 003 | 103003 | 有家长 没校长 |
state | server | 103 | 004 | 103004 | 有老师 没校长 |
state | server | 103 | 005 | 103005 | 有校长 没老师(,校长或者老师没有该学校的其他老师) |
state | server | 103 | 006 | 103006 | 有老师 没班级 (有老师 没有指定的班级学生,有老师 没班级列表) |
state | server | 103 | 007 | 103007 | 获取学生账号的信息失败 |
state | server | 103 | 008 | 103008 | 获取手机串码失败 |
state | server | 103 | 009 | 103009 | 老师某个班级内没有学生 |
state | server | 103 | 010 | 103010 | 新增报名活动时没有权限 |
state | server | 103 | 011 | 103011 | 重复报名活动 |
state | server | 103 | 012 | 103012 | 报名参加的活动已结束 |
state | server | 103 | 013 | 103013 | 保存的考勤日期错误 |
state | 宠物 | 201 | 001 | 201001 | 金币不足无法购买 |
state | 宠物 | 201 | 002 | 201002 | 已达到购买次数上限 |
state | 宠物 | 201 | 003 | 201003 | 重复领养宠物 |
state | 宠物 | 201 | 004 | 201004 | 牛奶已被领取 |
state | 宠物 | 201 | 005 | 201005 | 道具正在生效期间 |
state | null | null | null | null | null |
网友评论