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