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