chenjiahe
2022-08-11 ee3e392a7590c8c0daf66c4b49cc6884b57dd2d5
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";
 
 
 
}