You need to sign in or sign up before continuing.
Commit 74ffac4b by guojuxing

Merge remote-tracking branch 'origin/developer' into developer

parents 0030997b 60805072
package com.gic.enterprise.web;
package com.gic.auth.web;
import com.gic.dubbo.util.DubboContextUtil;
import org.springframework.boot.SpringApplication;
......
......@@ -67,7 +67,7 @@ public class GlobalExceptionHandler {
.append(fieldError.getDefaultMessage())
.append(",");
});
return getRestResponse(StoreGroupErrorEnum.Error.getCode(), errorMessage.toString());
return getRestResponse(ErrorCode.SYSTEM_ERROR.getErrorCode(), errorMessage.toString());
}
@ResponseBody
......
server:
port: 8330
port: 8340
servlet:
context-path: /gic-auth-web
tomcat:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment