getPotentialFriendList 接口返回-8002。查文档没有解释

小游戏 企业微信 微信支付 小程序 文章 2020-07-30 21:00 1004 0 全屏看文

AI助手支持GPT4.0

getPotentialFriendList 接口返回-8002。查文档没有解释
框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小游戏 Bug getPotentialFriendList 工具 7.0.14 2.11.2

wx.getPotentialFriendList({

                success: function (res) {

                  console.log(res)

                    var friends = res.list;

                },

                fail:(res)=>{

                  console.log(res)

                }

            });


Framework type problem type API / component name terminal type wechat version basic library version game bug getpotentialfriendlist tool 7.0.14 2.11.2 wx.getPotentialFriendList ({ success: function (res) { console.log (res) var friends = res.list ; }, fail:(res)=>{ console.log (res) } });

回答:

小游戏运营专员-宏:

你好,请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。

锅来:

appid 有问题

-EOF-

AI助手支持GPT4.0