OneBase API文档
此文档为OneBase官方网站提供数据接口,仅供参考,开发者可参考开发手册进行API接口开发。
错误码规范
code 第1位(错误提示级别),第2-3位(错误模块),第4-7位(错误代码)class | property | code | msg |
---|---|---|---|
CodeBase | success | 1 | 操作成功 |
CodeBase | accessTokenError | 1000001 | access_toekn错误 |
CodeBase | userTokenNull | 1000002 | 用户Toekn不能为空 |
CodeBase | apiUrlError | 1000003 | 接口路径错误 |
CodeBase | dataSignError | 1000004 | 数据签名错误 |
CodeBase | userTokenError | 1000005 | 用户Toekn解析错误 |
CodeBase | actionError | 1000006 | 访问Action错误 |
CodeBase | projectCodeFail | 1000006 | 请求参数非法 |
CodeBase | userAccessError | 1020000 | 用户未授权,请联系客服~! |
CodeBase | userNodeError | 1020013 | 用户入口权限获取失败,请联系客服~! |
CodeBase | ParamEmpty | 1020014 | 参数丢失 |
CodeBase | companyEmpty | 1020015 | 公司组织未配置! |
CodeBase | companyUserinfoFail | 1020011 | 组织账户已停用! |
CodeBase | userinfoFail | 1020012 | 账户已停用! |
CodeBase | empty | 1020216 | 数据为空! |
CodeBase | dataEmpty | 1020217 | 暂无数据! |
CodeBase | idEmpty | 1020218 | ID为空! |
CodeBase | idFail | 1020219 | ID非法! |
CodeBase | userNodeEmpty | 1020220 | 用户节点未配置,请联系客服~! |
CodeBase | analysis_res | 1020230 | 手机号码解析失败! |
CodeBase | memberIdEmpty | 1020221 | 用户ID为空! |
CodeBase | memberIdIllegal | 1020221 | 用户ID异常! |
CodeBase | memberIdFail | 1020222 | 用户ID非法! |
Common | OK | 1 | OK |
Common | passwordError | 1010001 | 登录密码错误 |
Common | usernameOrPasswordEmpty | 1010002 | 用户名或密码不能为空 |
Common | registerFail | 1010003 | 注册失败 |
Common | oldOrNewPassword | 1010004 | 旧密码或新密码不能为空 |
Common | changePasswordFail | 1010005 | 密码修改失败 |
Common | ParamEmpty | 1010006 | 必要参数为空! |
Common | sendSmsCodeFail | 1010007 | 发送验证码失败! |
Common | SmsCodeError | 1010008 | 验证码错误! |
Common | appAuthFail | 1010009 | openid获取失败! |
Common | userInfoChangeFail | 1010010 | 用户信息编辑失败! |