- 隐私协议更新后chooseImage:fail api scope is not declared?
[图片] 基础库使用的事2.32.3,新版本增加了隐私协议的弹框,调用了getPrivacySetting与openPrivacyContract方法,控台的隐私保护指引,也已经更新 [图片] 但是,隐私保护协议都已经更新了,包含了“选中相片或视频信息”,但是小程序控台隐私保护指引设置中没有这个选项,选择相册或者相机还报错 chooseImage:fail api scope is not declared in the privacy WAServiceMainContext.js?t=wechat&s=1694923666014&v=2.32.3:1 Error: MiniProgramError {"errMsg":"chooseImage:fail api scope is not declared in the privacy agreement","errno":112} at Object.errorReport (WAServiceMainContext.js?t=wechat&s=1694923666014&v=2.32.3:1) at Function.thirdErrorReport (WAServiceMainContext.js?t=wechat&s=1694923666014&v=2.32.3:1) at Object.thirdErrorReport (WAServiceMainContext.js?t=wechat&s=1694923666014&v=2.32.3:1) at i (WASubContext.js?t=wechat&s=1694923666014&v=2.32.3:1) at Object.cb (WASubContext.js?t=wechat&s=1694923666014&v=2.32.3:1) at G._privEmit (WASubContext.js?t=wechat&s=1694923666014&v=2.32.3:1) at G.emit (WASubContext.js?t=wechat&s=1694923666014&v=2.32.3:1) at WASubContext.js?t=wechat&s=1694923666014&v=2.32.3:1 at Ne (WASubContext.js?t=wechat&s=1694923666014&v=2.32.3:1) at Object.je (WASubContext.js?t=wechat&s=1694923666014&v=2.32.3:1)(env: macOS,mp,1.06.2308291; lib: 2.32.3) [图片]
2023-09-17 - 微信小程序上传图片wx.uploadFile,success中statusCode=500
https://developers.weixin.qq.com/miniprogram/dev/api/network/upload/wx.uploadFile.html 小程序提交新版本通过审核之后,图片上传wx.uploadFile有时成功,有时失败wx.uploadFile的回调object.success返回res------ {statusCode: 500, data: "<!DOCTYPE html>↵<html>↵<head>↵<title>Error</title>↵</head>↵<body>↵<h1>500</h1>↵</body>↵</html>↵", header: {…}, cookies: Array(0), errMsg: "uploadFile:ok"}cookies: []data: "<!DOCTYPE html>↵<html>↵<head>↵<title>Error</title>↵</head>↵<body>↵<h1>500</h1>↵</body>↵</html>↵"errMsg: "uploadFile:ok"header: Connection: "close"Content-Length: "95"Content-Type: "text/html; charset=utf-8"Date: "Thu, 30 Jun 2022 09:45:31 GMT"ETag: ""5e045fe4-5f""Server: "nginx"X-Cache: "213"__proto__: ObjectstatusCode: 500__proto__: Object 成功数据如下 [图片] 失败的数据,图片上传到27%直接被阻止了,errMsg还是uploadFile:ok[图片] 域名都已配置,
2022-06-30 - 修改移动应用的universal link,在修改基本信息页面点击下一步,提示应用名称需要提供材料
修改移动应用的universal link,在修改基本信息页面点击保存,下一步,应用名称栏提示“该名称需要进一步提交相应的材料,审核通过后才可使用”,但是移动应用及名称都已经通过审核了,只是在下一步修改universal link[图片]
2022-06-27 - 找不到语音合成sdk下载地方,资源下载只有微信登录相关的sdk
https://developers.weixin.qq.com/doc/oplatform/Mobile_App/Resource_Center_Homepage.htmlhttps://developers.weixin.qq.com/doc/oplatform/Mobile_App/Resource_Center_Homepage.htmlhttps://developers.weixin.qq.com/doc/oplatform/Mobile_App/APP_launch_wechat_customer_service.html
2022-04-13