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