mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-06-28 13:16:19 +08:00
🐛 #3249 【开放平台】修复haveOpen接口的请求地址
This commit is contained in:
parent
94aaff4c94
commit
ddddffc2e6
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user