8000 改修获取企业已配置的「联系我」方式详情对象数据映射BUG,添加联系二维码的URL by huangxm129 · Pull Request #1713 · binarywang/WxJava · GitHub
[go: up one dir, main page]

Skip to content

改修获取企业已配置的「联系我」方式详情对象数据映射BUG,添加联系二维码的URL #1713

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 18 commits into from
Aug 16, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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