mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-11-01 11:38:27 +08:00
🐛 #3249 【开放平台】修复haveOpen接口的请求地址
This commit is contained in:
@ -609,7 +609,7 @@ public class WxOpenComponentServiceImpl implements WxOpenComponentService {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public WxOpenHaveResult haveOpen() throws WxErrorException {
|
public WxOpenHaveResult haveOpen() throws WxErrorException {
|
||||||
String json = post(GET_OPEN_URL, null);
|
String json = get(HAVE_OPEN_URL, "access_token");
|
||||||
return WxOpenHaveResult.fromJson(json);
|
return WxOpenHaveResult.fromJson(json);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user