Browse Source

异常信息改为 8000

dev
jianjun 4 years ago
parent
commit
2e37857891
  1. 4
      tduck-common/src/main/java/com/tduck/cloud/common/constant/ResponseCodeConstants.java

4
tduck-common/src/main/java/com/tduck/cloud/common/constant/ResponseCodeConstants.java

@ -9,11 +9,11 @@ public interface ResponseCodeConstants {
/** /**
* 接口成功 * 接口成功
*/ */
int SUCCESS = 200; int SUCCESS = 0;
/** /**
* 接口失败 发生异常 * 接口失败 发生异常
*/ */
int FAIL = 500; int FAIL = 8000;
/** /**
* 未登录 * 未登录

Loading…
Cancel
Save