公告板
版本库
filestore
活动
搜索
登录
陈家和
/
platform_common
开发平台之间的公用包
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
工具包
chenjiahe
2021-10-21
6c1bfcd25d3bafcdf2765c5c9d0709a8f423eac4
[~chenjiahe/platform_common.git]
/
src
/
main
/
java
/
com
/
platform
/
resultTool
/
SystemCode.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.platform.resultTool;
/**
* 平台统一错误码状态码
* @author chenjiahe
* @Data: 2020-06-20
*/
public final class SystemCode {
/*获取企业token失败*/
public static final String ERROR_GET_CORP_TOKEN = "001";
}