Jelajahi Sumber

验签校验返回不明确

dongxin 1 tahun lalu
induk
melakukan
8738ce2409

+ 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);