service-api/src/main/java/com/java110/api/smo/impl/ApiServiceSMOImpl.java
@@ -235,7 +235,7 @@ 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, "签名失败"); } }