fix:增加并发测试方法

main
wb1496 2026-04-01 13:53:01 +08:00
parent 223afe93a9
commit 2120341b96
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

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