url参数中的appid错误了。 预期的参数是appid=wx1811db020be2fb31,但实际你用的参数为:appid=%5Bwx1811db020be2fb31%5D&secret=** 前面多了%5B,后面多了%5D
小程序登录报invalid appid, rid: 6102024d-21053587-2ff06?小程序之前登录还好好的,今天早上登录的时候报这个问题 appid:wx1811db020be2fb31
2021-07-29收到的请求不是json,而是类似于URL参数的形式: access_token=46_*QZ&coupon_id=19*91
交易组件 获取优惠券信息接口有bug?文档:========================================================================== 交易组件 /标准版交易组件及开放接口 /服务端接口 /优惠券接口 /获取优惠券信息 https://developers.weixin.qq.com/miniprogram/dev/framework/ministore/minishopopencomponent/API/coupon/get.html 问题:========================================================================== let option = { method: 'POST', // uri: address + '/product/coupon/get_list', uri: address + '/product/coupon/get', form: { // start_create_time: "2021-03-25 12:05:25", // end_create_time: "2021-07-11 12:05:25", // status: 3, // page: 1, // page_size: 10 coupon_id: 19759991 } } return await rp(option) .then(function (res) { console.log('res', res) return JSON.parse(res) }) 1、获取优惠券信息,始终报如下错误,不知道是什么原因。 {"errcode":100002,"errmsg":"Not exist rid: 60ebc9d1-6571025f-499cf8c8"} 2、实际是有优惠券的,并且可以通过 「获取优惠券列表」接口 读取到。 PS:文档中的标题写错了。。。应该是获取优惠券信息,不是列表 [图片] [图片]
2021-07-12服务端收到的post请求体,不是json格式的,而是类似于URL参数那样的格式。请用json格式。
HTTPS 调用uniformMessage.send 报40003?HTTPS 调用uniformMessage.send 报40003{"errcode":40003,"errmsg":"invalid openid rid: 60e65bfc-47cc1778-0cd30429"} [图片]
2021-07-08这不是bug是feature。只能用https
【bug】 获取素材列表时, http协议post请求时 返回码错误https://developers.weixin.qq.com/doc/offiaccount/Asset_Management/Get_materials_list.html {"errcode":43002,"errmsg":"require POST method hint: [spAlfA09297149] rid: 60d68aa1-6e6f8cfd-43709430"} 2021-06-26 10:02:10 /cgi-bin/material/batchget_material?access_token=ACCESS_TOKEN
2021-06-26该帐号已冻结
公众号获取accesstoken失败 返回user limited rid 怎么解决?{"errcode":50002,"errmsg":"user limited rid: 60d5424d-3885f103-56285b23"}
2021-06-25must use api(api_component_token) to get token for component acct 第三方平台的token,用这个API来生成。
接口调用凭证(getAccessToken)时报错61024是什么问题?"data": { "errcode": 61024, "errmsg": "must use api(api_component_token) to get token for component acct rid: 60d54199-2dd003ae-4cb93dd1" },
2021-06-25请使用最新的access_token。 你查一下刷新access_token的记录。
发送模板消息间断出现“微信公众平台授权异常”?{ "errno": -1, "message": "访问微信接口错误, 错误代码: 40001, 错误信息: invalid credential, access_token is invalid or not latest rid: 60d050f4-31bf1944-56112dcc,信息详情:微信公众平台授权异常, 系统已修复这个错误, 请刷新页面重试." } 间断出现以上错误,access_token 在有效期并且是有效的(程序的模式是单进程刷新access_token 并缓存),出现错误前后都有能发送成功的
2021-06-21你截图里面,第二条,appid不是wxf069c21e11a6ce27哦
微信第三方平台10分钟推送一次ticket,一次发起两次请求,其中一次请求ticket是失效的[图片]每次推送ticket,都发起两次请求进来,其中一个ticket是失效的,但无法识别,麻烦解决一下这个问题,appid=wxf069c21e11a6ce27
2021-06-17invalid appsecret, view more at http://t.cn/RAEkdVq ----- 非法的appsecret。后面那个网址有点问题,我们修下。
获取accessToken返回 "errcode": 40125,提示未知返回状态?获取accessToken,老是提示无效({"errcode":40125,"errmsg":"invalid appsecret, view more at http:\/\/t.cn\/RAEkdVq rid: 60cb2458-409f2cac-09656012"} )
2021-06-17传入的openid为空。事实上,你传入的URL为参数为(access_token打码): ?access_token=46_a***IOB&openid=&lang=zh_CN
接口查询unionid失败时,返回invalid openid hint...是什么问题?查询unionid时接口返回内容:invalid openid hint: [zEHCEMuhE-gBxPda] rid: 60c9672e-68b8cbf2-19cb82cf 是什么问题? 流程: 1、调用【付款码查询openid】接口:https://pay.weixin.qq.com/wiki/doc/api/micropay_sl.php?chapter=9_12&index=8 ,查询到openid和sub_openid 2、再用上面查询到的sub_openid和对应的sub_appid继续查询unionid,查询接口:https://developers.weixin.qq.com/doc/offiaccount/User_Management/Get_users_basic_information_UnionID.html#UinonId 查询unionid失败,接口返回:invalid openid hint: [zEHCEMuhE-gBxPda] rid: 60c9672e-68b8cbf2-19cb82cf
2021-06-16