- wx.qy.shareToExternalContact 在IOS上群发链接无法显示?
调用参数如下: wx.qy.shareToExternalContact({ "text": { "content": "个人群发0901" }, "attachments": [ { "msgtype": "link", "link": { "title": "百度", "imgUrl": "https://sephora-uat.icaodong.com/image/image120220114235509652406.jpg", "url": "www.baidu.com", "desc": "百度" } } ] }) ios 失败录屏 [视频] Android 成功录屏 [视频]
2022-01-17 - 实时日志中,setFilterMsg设置的内容中有-或/符号时无法搜索
实时日志中的 “FilterMsg内容” 搜索条件,如果 ‘setFilterMsg’ 设置的内容搜索字符串中有诸如 “-” 和 “/” 的符号时,会导致无法搜索出结果。
2020-11-19 - 直播商品跳转链接中加了type参数,覆盖了我们的业务参数
如题,我们的商品详情页面会读取 `type` 参数,但后续小程序直播商品跳转时,你们又在路径上加了 `type` 参数,覆盖了我们的参数,导致客户所有的直播商品无法访问!建议你们新版本添加新的路径参数命名时可以添加特殊标识,例如: `_type` 或 `live_type`之类,要考虑到会覆盖别人的参数呀! 我们的商品路径: pages/product/product?type=3&productCode=xxxxx&storeCode=xxxxx&reffer=live 被直播插件乱加参数后变成: pages/product/product.html?type=0&productCode=xxxxx&storeCode=xxxxx&reffer=live&room_id=11&openid=ouSrI5RLJmSHuPPgueYSE_rB95dQ&custom_params= 摘录的直播文档片段如下: 如果商家在后台自己生成的直播间小程序码,需要做以下配置:在跳转进入直播间的路径加上 type = 9 标识场景入口为小程序码: "plugin-private://wx2b03c6e691cd7370/pages/live-player-plugin?room_id=[直播房间id]&type=9"。
2020-04-23