1
0
mirror of synced 2026-02-08 11:47:49 +08:00

Update weixin-java-pay/src/test/java/com/github/binarywang/wxpay/service/impl/MultiAppIdSwitchoverTest.java

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Binary Wang
2026-01-16 16:40:30 +08:00
committed by GitHub
parent 1f38209b44
commit bba43974d7

View File

@@ -19,10 +19,10 @@ import static org.testng.Assert.*;
public class MultiAppIdSwitchoverTest {
private WxPayService payService;
private String testMchId = "1234567890";
private String testAppId1 = "wx1111111111111111";
private String testAppId2 = "wx2222222222222222";
private String testAppId3 = "wx3333333333333333";
private final String testMchId = "1234567890";
private final String testAppId1 = "wx1111111111111111";
private final String testAppId2 = "wx2222222222222222";
private final String testAppId3 = "wx3333333333333333";
@BeforeMethod
public void setup() {