Skip to content

Commit 8970b2c

Browse files
committed
脱敏
1 parent ea35246 commit 8970b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

weixin-java-mp/src/test/java/me/chanjar/weixin/mp/api/impl/WxMpKefuServiceImplTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public void testKfAccountUpdate(String kfAccount) throws WxErrorException {
7878
"testKfAccountAdd" }, dataProvider = "getKfAccount")
7979
public void testKfAccountInviteWorker(String kfAccount) throws WxErrorException {
8080
WxMpKfAccountRequest request = WxMpKfAccountRequest.builder()
81-
.kfAccount(kfAccount).inviteWx("www_ucredit_com").build();
81+
.kfAccount(kfAccount).inviteWx(" ").build();
8282
Assert.assertTrue(this.wxService.getKefuService().kfAccountInviteWorker(request));
8383
}
8484

0 commit comments

Comments
 (0)