感谢楼主, 切换为本商户就可以正常添加了
微信商户号开通分账后,使用页面添加分账接收方提示:你没有产品权限?(已解决!!)[图片] [图片] 我的商户号:1605162405 需添加分账接收方商户号:1458889302 分界线--------------------------------------------------------------------------------------------------------------------------- [图片]
2023-12-14请问解决了吗 同样的问题 appid是写死的公众号的appid
IOS wx.getlocation 报错 invalid appid, 安卓正常微信公众号H5开发,调用获取位置信息 安卓正常返回,ios报错 invalid appid 不知道怎么解决了。
2023-09-27这个问题现在解决了吗?
CI上传报错提示get new ticket fail innerCode:-80014?使用miniprogram-ci的uplaod方法上传代码时,经常会报错提示,使用的miniprogram-ci版本为1.0.33 AppID: wxc2ada47bce176219 发生时间:2020-06-30 上午十一点左右
2023-09-15我擦 一模一样的情况, 大佬解决了没呀?
uniapp 项目安装 miniprogram-ci 后无法正常的打包使用 uniapp 初始化的项目可以正常通过 yarn run build:mp-weixin 完成打包操作 安装 miniprogram-ci 后,执行 yarn run build:mp-weixin 就无法正常完成打包了 问题复现过程如下: 参照 uniapp 官网创建(https://uniapp.dcloud.net.cn/quickstart-cli.html),通过 vue create -p dcloudio/uni-preset-vue my-project 命令初始化项目此时执行 yarn run build:mp-weixin 是正常的yarn add miniprogram-ci -D此时执行 yarn run build:mp-weixin 会报错:Cannot find module '@vue/babel-preset-app'执行 yarn add @vue/babel-preset-app -D此时执行 yarn run build:mp-weixin 继续报错:Cannot find module 'babel-loader'执行 yarn add babel-loader -D此时执行 yarn run build:mp-weixin 继续报错:in ./src/pages.json Syntax Error: TypeError: this.getOptions is not a function @ ./src/main.js?{"page":"pages%2Findex%2Findex"} 3:0-20问题:为什么使用 uniapp 初始化的项目可以正常通过 yarn run build:mp-weixin 完成打包操作,但是安装 miniprogram-ci 后就出问题,麻烦帮忙看一下~ ❀❀❀
2023-09-1323年了 能解决吗?? [图片][图片]
map地图 markers标记的label属性textAlign设置居中在苹果正常,在安卓不居中?label:{ content:resu.data[i].ww_title, fontSize:12, color:'#000000', bgColor:'#ffffff', padding:5, textAlign:'center' }
2023-06-1423年了还是没有解决
marker 上的气泡 label textAlign属性安卓手机无法居中没有效果https://developers.weixin.qq.com/miniprogram/dev/component/map.html
2023-06-14[图片] 同样出现负数, 在uniapp项目中打包为ios项目运行出现
wx.getlocation 获取位置为负数?调用获取定位方法wx.getlocation()拿到的结果为lng":-1017.291235,"lat":-1059.628755;时间:2022-04-29 11:40:33,仅出现一次,不能复现。 机型:系统版本:Android 11;机型:remmi;微信版本:8.0.20;网络:4G getLocation() { let _this = this; wx.getLocation({ type: 'gcj02', success(res) { console.log(res) _this.setData({ lat: res.latitude, lng: res.longitude }) _this.getUssStore(); }, fail(res) { console.log(res) _this.getUssStore(); } }) }
2022-12-30[图片] [图片] [图片] 告诉我怎么解决怎么解决
[getFuzzyLocation] is not authorized[图片] APPID wxf9a1d6fdfc93bee9 已按照官方配置 且 接口申请已经通过 上传报错 并且无法真机调试 [图片] "requiredPrivateInfos": [ "getFuzzyLocation" ], "permission": { "scope.userFuzzyLocation": { "desc": "用户获取当前所在城市" } },
2022-12-27解决了没啊 一天天的
开发者工具报错[getFuzzyLocation] is not authorized如何解决?[图片] 根据最新的《地理位置接口新增与相关流程调整》 https://developers.weixin.qq.com/community/develop/doc/000a02f2c5026891650e7f40351c01 小程序后台管理已开通模糊位置权限 在app.json中添加上配置后 "requiredPrivateInfos":[ "getFuzzyLocation" ], 上传代码(上传、真机调试、预览)时就会报错误信息 message:Error: 系统错误,错误码:-80424,error: [getFuzzyLocation] is not authorized [20220811 17:11:14][wx31f131ca9a32d2d6] appid: wx31f131ca9a32d2d6 openid: o6zAJs7xCkoGZHUiZqNjKdY0IajU ideVersion: 1.06.2208010 osType: darwin-arm64 time: 2022-08-11 17:11:20
2022-12-27楼主,问题得到解决了吗?
wx.scanCode 连续扫码 调用不了摄像头https://developers.weixin.qq.com/s/Ij0RJim97pCQ scanbar方法会循环调用方法本身 手动点击Scan触发的scanbar方法可以正常扫码,到循环调用方法本身 that.ScanBar(); (如图1)弹出的扫码会停在图2,黑屏,获取不了摄像头 [图片][图片]
2022-12-13