chenjiahe
2021-10-27 baa873addcde42054ded866d79385712064b050b
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";
 
 
 
}