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 Aug 4, 2020
commit cf5bd2895f7b3a057f2bad7cb690e193e78bdc13
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class WxCpExternalContactServiceImplTest {
@Test
public void testGetExternalContact() throws WxErrorException {
String externalUserId = this.configStorage.getExternalUserId();
WxCpUserExternalContactInfo result = this.wxCpService.getExternalContactService().getContactDetail(externalUserId);
WxCpUserExternalContactInfo result = this.wxCpService.getExternalContactService().getExternalContact(externalUserId);
System.out.println(result);
assertNotNull(result);
}
Expand Down
0