From 2120341b96e6bb2f1bffa9a9b95e2055110604a4 Mon Sep 17 00:00:00 2001 From: wb1496 Date: Wed, 1 Apr 2026 13:53:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=A2=9E=E5=8A=A0=E5=B9=B6=E5=8F=91?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scfs-api-test/src/main/resources/application.properties | 4 ++-- .../java/com/czcb/scfs/api/test/service/PayServiceTest.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scfs-api-test/src/main/resources/application.properties b/scfs-api-test/src/main/resources/application.properties index 02f2c59..776b9ac 100644 --- a/scfs-api-test/src/main/resources/application.properties +++ b/scfs-api-test/src/main/resources/application.properties @@ -2,9 +2,9 @@ scfs.api-gateway.online=false # \u5916\u7F51\u5730\u5740 #scfs.api-gateway.host=http://124.160.111.105:29080/api-gateway # \u5185\u7F51\u5730\u5740 -#scfs.api-gateway.host=http://10.133.91.109:9080/api-gateway +#scfs.api-gateway.host=http://10.133.91.109:9080/api-gateway-kylin scfs.api-gateway.host=http://127.0.0.1:8088/api-gateway -scfs.api-gateway.channel.channel-no=1039 +scfs.api-gateway.channel.channel-no=1021 scfs.api-gateway.channel.app-no=42 scfs.api-gateway.cipher.store-type=resources #scfs.api-gateway.cipher.channel-private-key=invalid_rsa_private_key.pem diff --git a/scfs-api-test/src/test/java/com/czcb/scfs/api/test/service/PayServiceTest.java b/scfs-api-test/src/test/java/com/czcb/scfs/api/test/service/PayServiceTest.java index 0df7712..7a2c5d9 100644 --- a/scfs-api-test/src/test/java/com/czcb/scfs/api/test/service/PayServiceTest.java +++ b/scfs-api-test/src/test/java/com/czcb/scfs/api/test/service/PayServiceTest.java @@ -98,7 +98,7 @@ class PayServiceTest { void detailQuery() { OfflineRechargeDetailQueryRequest request = new OfflineRechargeDetailQueryRequest(); request.setChannelNo("1021"); - request.setAppNo("01"); + request.setAppNo("21"); request.setSerialNo(Nonce.ofNonce()); request.setTransDate(DateTimes.ofNowDate()); request.setTransTradeTime(DateTimes.ofNow());