fix:增加并发测试方法
parent
223afe93a9
commit
2120341b96
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Reference in New Issue