- 微信小程序设置名称失败,请问如何解决?
在调用接口https://api.weixin.qq.com/wxa/setnickname 设置小程序名称的时候提示 invalid media_id rid: 68e8b5ee-3e191645-790ecc18,要如何解决? params {"nick_name":"一家好吃的小吃铺","license":"92430408MAEH9DBY0N"} result {"errcode":40007,"errmsg":"invalid media_id rid: 68e8b5ee-3e191645-790ecc18"}
10-11 - 创建小程序接口报错lack of some params,但是参数都是填入完整的,请问是什么原因?
https://api.weixin.qq.com/cgi-bin/component/fastregisterweapp?action=create&component_access_token=TOKEN params {"name":"临汾市尧都区懿百岁小笼包店","code_type":1,"code":"92141002MA7Y347J84","legal_persona_wechat":"srn921111","legal_persona_name":"邵瑞娜"} result {"errcode":89253,"errmsg":"lack of some params rid: 67e27616-64080973-6691552a"} 接口文档是:https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/Register_Mini_Programs/Fast_Registration_Interface_document.html 请看看为啥会报这个错误
03-25 - 代开发小程序,怎么设置开发者?
客户的小程序有问题,我们调试小程序模板又是正确的,现在需要切换到客户的小程序下去调试,请问如何为代开发的小程序设置开发者
2024-10-17 - 调用小程序创建接口,用户同意授权后没有收到消息,通过接口查询提示89250,请问如何解决呀?
调用接口返回 {"errcode":89250,"errmsg":"task not found rid: 6614ef97-0c19cbb0-2aaae2ac"}
2024-04-09 - 申请小程序备案报错?
返回结果如下 {"errcode":86202,"errmsg":"apply icp filing fail rid: 6552e69b-5e37149c-4f58b94e","hints":[{"errcode":86328,"err_field":"icp_subject.organize_info.certificate_photo","errmsg":"无法读取图片识别内容,请尝试重新提交或重新上传图片"}]} 但我仔细看了icp_subject.organize_info.certificate_photo的图片,是正常的,请问是什么原因呢?
2023-11-14 - 设置小程序介绍/修改头像接口报错是什么原因?
接口用的好好的,今天来试 https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/miniprogram-management/basic-info-management/setHeadImage.html https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/miniprogram-management/basic-info-management/setSignature.html 两个接口都报一样的错误“can't be modified for the time being rid: 647d5634-0c954e9d-13438061”,请查下原因
2023-06-05 - 上架的小程序搜索不到,怎么访问呢?
我是通过模板小程序上架的小程序,上架成功后,搜索不到,绑定URL也报错,反馈了没人解决。 请问如何才能访问小程序呢?
2023-01-11 - 增加或修改二维码规则,提示check confirm file fail,怎么解决?
接口文档 https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/miniprogram-management/jumpqrcode-config/addJumpQRCode.html 绑定的url是https://www.xueqiucn.com/wx_xcx/wx989e841ca71a9bf5,验证文件是 {"errcode":0,"errmsg":"ok","file_name":"aw8k185Tas.txt","file_content":"899dbdcc968c255b6feb1750f8c3660b"} 通过 https://www.xueqiucn.com/aw8k185Tas.txt 能正常访问,但是接口还是报错{"errcode":85069,"errmsg":"check confirm file fail rid: 63b51630-49757df4-61df441f"}
2023-01-04 - 模板小程序怎么去掉地理位置接口?
第三方平台开发小程序的时候,通过接口https://developers.weixin.qq.com/doc/oplatform/openApi/OpenApiDoc/miniprogram-management/privacy-api-management/applyPrivacyInterface.html申请了wx.getLocation接口,我要去掉这个接口,怎么去掉呢?
2022-12-23 - 订阅通知的模板怎么设置为长期订阅?
我看一次性订阅和长期订阅的区别是,一次性订阅只能发一次消息,但是我的业务是发多次消息,需要长期订阅,但是这个又改不了呢 [图片]
2022-04-25