소스 검색

验签校验返回不明确

dongxin 1 년 전
부모
커밋
8738ce2409
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/ydtech/modules/order/components/chengtai/ChengTaiRequestApiComponents.java

+ 1 - 1
src/main/java/com/ydtech/modules/order/components/chengtai/ChengTaiRequestApiComponents.java

@@ -211,7 +211,7 @@ public class ChengTaiRequestApiComponents {
      */
     private void verificationResponseCode(String responseCode, boolean flag, String responseMsg) {
         if (!flag){
-            throw new SystemException(responseMsg);
+            throw new SystemException("验签失败");
         }
         if (!ResponseCode.R_000.getCode().equals(responseCode)) {
             throw new SystemException(responseMsg);