mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-08-23 22:11:40 +08:00
脱敏
This commit is contained in:
parent
ea35246d76
commit
8970b2c62d
@ -78,7 +78,7 @@ public class WxMpKefuServiceImplTest {
|
|||||||
"testKfAccountAdd" }, dataProvider = "getKfAccount")
|
"testKfAccountAdd" }, dataProvider = "getKfAccount")
|
||||||
public void testKfAccountInviteWorker(String kfAccount) throws WxErrorException {
|
public void testKfAccountInviteWorker(String kfAccount) throws WxErrorException {
|
||||||
WxMpKfAccountRequest request = WxMpKfAccountRequest.builder()
|
WxMpKfAccountRequest request = WxMpKfAccountRequest.builder()
|
||||||
.kfAccount(kfAccount).inviteWx("www_ucredit_com").build();
|
.kfAccount(kfAccount).inviteWx(" ").build();
|
||||||
Assert.assertTrue(this.wxService.getKefuService().kfAccountInviteWorker(request));
|
Assert.assertTrue(this.wxService.getKefuService().kfAccountInviteWorker(request));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user