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 Aug 4, 2020
commit 10f68f3e6b933a8132dbc75d93dee269a820278a
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().getExternalContact(externalUserId);
WxCpUserExternalContactInfo result = this.wxCpService.getExternalContactService().getContactDetail(externalUserId);
System.out.println(result);
assertNotNull(result);
}
Expand Down
0