Merge branch 'dev' of http://10.129.135.192:3000/scfs-workspace/scfs-api-sdk into dev
commit
e3be3de77b
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue