Skip to content

Commit ddddffc

Browse files
authored
🐛 binarywang#3249 【开放平台】修复haveOpen接口的请求地址
1 parent 94aaff4 commit ddddffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

weixin-java-open/src/main/java/me/chanjar/weixin/open/api/impl/WxOpenComponentServiceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ public WxOpenGetResult getOpenAccount(String appId, String appIdType) throws WxE
609609

610610
@Override
611611
public WxOpenHaveResult haveOpen() throws WxErrorException {
612-
String json = post(GET_OPEN_URL, null);
612+
String json = get(HAVE_OPEN_URL, "access_token");
613613
return WxOpenHaveResult.fromJson(json);
614614
}
615615

0 commit comments

Comments
 (0)