diff --git a/scfs-api-test/src/main/resources/application.properties b/scfs-api-test/src/main/resources/application.properties index a2be0f5..93afd93 100644 --- a/scfs-api-test/src/main/resources/application.properties +++ b/scfs-api-test/src/main/resources/application.properties @@ -1,8 +1,9 @@ scfs.api-gateway.online=false -scfs.api-gateway.host=http://10.131.98.80:8088/api-gateway +#scfs.api-gateway.host=http://10.131.98.80:8088/api-gateway +scfs.api-gateway.host=http://10.129.155.38:8088/api-gateway #scfs.api-gateway.host=http://127.0.0.1:8088/api-gateway -scfs.api-gateway.channel.channel-no=1021 -scfs.api-gateway.channel.app-no=41 +scfs.api-gateway.channel.channel-no=1039 +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 #scfs.api-gateway.cipher.channel-certificate-serial=823CF3E310F2E2ED1AF85506E74A95DC4301006FDEF2FD019953FAF4DE12A8BF diff --git a/scfs-api-test/src/test/java/com/czcb/scfs/api/test/service/InvoiceServiceTest.java b/scfs-api-test/src/test/java/com/czcb/scfs/api/test/service/InvoiceServiceTest.java index 0ad29aa..b405ccb 100644 --- a/scfs-api-test/src/test/java/com/czcb/scfs/api/test/service/InvoiceServiceTest.java +++ b/scfs-api-test/src/test/java/com/czcb/scfs/api/test/service/InvoiceServiceTest.java @@ -62,8 +62,8 @@ class InvoiceServiceTest { void invoiceSettleRepay() { InvoiceSettleRepayRequest request = new InvoiceSettleRepayRequest(); request.setChannelNo("1039"); - request.setAppNo("21"); - request.setSerialNo("123456"); + request.setAppNo("42"); + request.setSerialNo("12121212"); request.setTransDate("2024-07-24"); request.setTransTradeTime("2024-07-24 15:52:11");