mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-29 09:38:19 +08:00
🐛 #2128 【开放平台】 修复公众号在由第三方平台管理时OAuth2Service授权相关报错问题
This commit is contained in:
@ -7,6 +7,8 @@ import me.chanjar.weixin.mp.bean.guide.WxMpGuideTagInfo;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* 微信导购助手(现在叫对话能力)标签相关接口.
|
||||
*
|
||||
* @author <a href="https://www.sacoc.cn">广州跨界-宋心成</a>
|
||||
* @date 2021/5/13/013
|
||||
*/
|
||||
|
||||
@ -106,7 +106,7 @@ public class WxMpGuideTagServiceImpl implements WxMpGuideTagService {
|
||||
body.put(ACCOUNT, account);
|
||||
body.put(OPENID, openid);
|
||||
body.put("push_count", pushCount);
|
||||
body.put("tag_value", value);
|
||||
body.put("tag_values", value);
|
||||
String returnString = this.mpService.post(WxMpApiUrl.Guide.QUERY_GUIDE_BUYER_BY_TAG, body);
|
||||
return WxGsonBuilder.create().fromJson(GsonParser.parse(returnString).getAsJsonArray("openid_list"),
|
||||
new TypeToken<List<String>>() {
|
||||
|
||||
Reference in New Issue
Block a user