8000 修改添加企业客户标签后无返回信息 by huangxm129 · Pull Request #1699 · binarywang/WxJava · GitHub
[go: up one dir, main page]

Skip to content

修改添加企业客户标签后无返回信息 #1699

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Aug 6, 2020
Merged
Prev Previous commit
Next Next commit
修改测试类
Signed-off-by: huangxiaoming <huangxm129@163.com>
  • Loading branch information
huangxm129 committed Jul 29, 2020
commit 755c743dec46154ac8c899e7d3fe76cfb55b9720
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class WxCpExternalContactServiceImplTest {
@Test
public void testGetExternalContact() throws WxErrorException {
String externalUserId = this.configStorage.getExternalUserId();
WxCpUserExternalContactInfo result = this.wxCpService.getExternalContactService().getExternalContact(externalUserId);
WxCpUserExternalContactInfo result = this.wxCpService.getExternalContactService().getContactDetail(externalUserId);
System.out.println(result);
assertNotNull(result);
}
Expand Down
0