java110 5 lat temu
rodzic
commit
ddc96550d4

+ 1 - 1
service-api/src/main/java/com/java110/api/smo/impl/ApiServiceSMOImpl.java

@@ -235,7 +235,7 @@ public class ApiServiceSMOImpl extends LoggerEngine implements IApiServiceSMO {
         if (!StringUtil.isNullOrNone(dataFlow.getAppRoutes().get(0).getSecurityCode())) {
             String sign = AuthenticationFactory.apiDataFlowMd5(dataFlow);
             if (!sign.equals(dataFlow.getReqSign().toLowerCase())) {
-                throw new NoAuthorityException(ResponseConstant.RESULT_CODE_NO_AUTHORITY_ERROR, "签名失败" + sign);
+                throw new NoAuthorityException(ResponseConstant.RESULT_CODE_NO_AUTHORITY_ERROR, "签名失败";
             }
         }