mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-11-11 19:07:09 +08:00
按照最新微信官方文档对客服会话控制接口进行修正
This commit is contained in:
@@ -108,7 +108,7 @@ public class WxMpKefuServiceImplTest {
|
||||
public void testKfSessionCreate(String kfAccount, String openid)
|
||||
throws WxErrorException {
|
||||
boolean result = this.wxService.getKefuService().kfSessionCreate(openid,
|
||||
kfAccount, "welcome");
|
||||
kfAccount);
|
||||
Assert.assertTrue(result);
|
||||
}
|
||||
|
||||
@@ -116,7 +116,7 @@ public class WxMpKefuServiceImplTest {
|
||||
public void testKfSessionClose(String kfAccount, String openid)
|
||||
throws WxErrorException {
|
||||
boolean result = this.wxService.getKefuService().kfSessionClose(openid,
|
||||
kfAccount, "bye bye");
|
||||
kfAccount);
|
||||
Assert.assertTrue(result);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user