- createVKSession能支持MacOS平台上的微信开发者工具吗?
https://developers.weixin.qq.com/miniprogram/dev/api/ai/visionkit/VKSession.runOCR.htmlhttps://developers.weixin.qq.com/miniprogram/dev/api/ai/visionkit/VKSession.on.html 问题:createVKSession方法能否支持MacOS平台? 错误信息: createVKSession:fail The current device does not support version "v1"(env: macOS,mp,1.06.2407112; lib: 3.4.10) const session = wx.createVKSession({ track: { OCR: { mode: 2 }, // mode: 1 - 使用摄像头;2 - 手动传入图像 }, });
07-12 - 如果微信小程序里使用了微信插件,如交易组件、视频播放插件等,是否还能使用Donut多端框转App?
如题,当小程序里使用了微信插件,如: `plugin-private://wx34345ae5855f892d/pages/orderList/orderList`,还能使用Donut多端框转App吗?
2023-11-06 - 使用小程序交易组件审核不通过,需要填写订单中心path
使用小程序交易组件审核不通过,需要填写订单中心path,审核回复信息如下: 1: 你好,你的小程序为交易类,需在开发者后台「版本管理—提交审核——小程序订单中心path」设置订单中心页path,请设置后再提交代码审核。详情可参考:https://mp.weixin.qq.com/cgi-bin/announce?action=getannouncement&key=11669729383k7cis&version=1&lang=zh_CN&platform=2 但没明白这个订单中心path要怎么填。
2023-11-04