mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
update PaymentTestController
This commit is contained in:
@@ -55,7 +55,7 @@ import java.util.concurrent.TimeUnit;
|
||||
/**
|
||||
* 专用处理汇付支付相关
|
||||
*/
|
||||
@ActiveProfiles("pre")
|
||||
@ActiveProfiles("dev")
|
||||
@SpringBootTest(classes = JsowellApplication.class, webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
|
||||
@RunWith(SpringRunner.class)
|
||||
public class PaymentTestController {
|
||||
@@ -430,7 +430,7 @@ public class PaymentTestController {
|
||||
*/
|
||||
@Test
|
||||
public void queryPaymentConfirmListTest() {
|
||||
String paymentId = "002212025092806193010818137979319861248";
|
||||
String paymentId = "002212025100113085610819328178783772672";
|
||||
// 查询支付确认id
|
||||
QueryPaymentConfirmDTO dto = new QueryPaymentConfirmDTO();
|
||||
dto.setPaymentId(paymentId);
|
||||
|
||||
Reference in New Issue
Block a user