参考文章试试 https://www.jianshu.com/p/cb02aa5fb5db
远程仓库sdk下载不下来?com.tencent.mm.opensdk:wechat-sdk-android:+ 这个一直下载不下来
2022-03-18你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
open-type chooseAvatar ios 15.0没反应?<button class="userinfo" open-type="chooseAvatar" bindchooseavatar="onChooseAvatar"> <view class="userinfo-avatar"> <view class="uploadBtn" wx:if="{{!headImgUrl}}">+</view> <image wx:else class="userinfo-avatar" src="{{headImgUrl}}" mode="aspectFill" alt=''/> </view> </button>
2022-03-18 https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/business-capabilities/ministore/minishopopencomponent2/API/Q%26A.html
交易组件,添加商品成功后,主播选择商品未显示。商品审核是个什么过程?[图片]
2022-03-18要三级类目
小程序交易组件无法上传?调用的类目id不存在 rid: 623442a0-7c491863-770fa0a9 { "audit_req":{ "license":"https://mmecimage.cn/p/wx4c2f44ae5e0e6f50/HA2sbHq3cOMje13IqLmako40Ec80tkY7K1dtQjkiuQ", "category_info":{ "level1":1697, "certificate":"https://mmecimage.cn/p/wx4c2f44ae5e0e6f50/HA2sbHq3cOMje13IqLmako40Ec80tkY7K1dtQjkiuQ" }, "scene_group_list":[ 1 ] } } array(2) { ["errcode"]=> int(1000009) ["errmsg"]=> string(58) "调用的类目id不存在 rid: 6234431a-05ac19c7-61b007c2" }
2022-03-18提供下文档链接看看
小程序自定义交易组件事件回调接入是否只能是第三方?小程序自定义交易组件事件回调接入是否只能对接第三方进行使用 [图片] 目前设置了小程序回调没有收到自定义组件相关的回调消息
2022-03-18请移步企微官方讨论区:https://developer.work.weixin.qq.com/community/question
企业微信第三方应用开发,关联小程序时,回调配置一直都是:服务商未响应请求,将无法获取用户事件回调?[图片]
2022-03-18参考下知识库排查下 https://developers.weixin.qq.com/community/develop/doc/000ce0403bc9d0ea1a0a67f415b409?highLine=sdk
universal link 启用sdk自检无法完成?'WechatOpenSDK', '1.8.7.1' iOS系统 13.6 新老回调方法已经实现,但是回调方法没有被调用 2021年的时候是可以使用的,今年突然不可以使用了 2022-03-18 16:19:13.883801+0800 Runner[284:5777] 0, 1, check passed, 2022-03-18 16:19:13.884005+0800 Runner[284:5777] 1, 1, check passed, 2022-03-18 16:19:13.888147+0800 Runner[284:5777] 2, 1, check passed, 2022-03-18 16:19:13.958785+0800 Runner[284:5777] WeChatSDK: wxlog:set property list 2022-03-18 16:19:13.968022+0800 Runner[284:5777] 3, 1, check passed, 2022-03-18 16:19:13.987291+0800 Runner[284:5777] WeChatSDK: wxlog:launch app with ul only success 2022-03-18 16:19:13.987368+0800 Runner[284:5777] 4, 1, check passed, 2022-03-18 16:19:13.987400+0800 Runner[284:5777] WeChatSDK: wxlog:Successfully starting WeChat with the universal link. 2022-03-18 16:42:06.817872+0800 Runner[284:5777] WeChatSDK: wxlog:send req[<SendMessageToWXReq: 0x2834289c0>], appID:wxbdfaafff46134e59, universalLink:https://test-uat.gwadarpro.pk/, sdkVersion:1.8.7.1 2022-03-18 16:42:06.825151+0800 Runner[284:5777] WeChatSDK: wxlog:set property list 2022-03-18 16:42:06.840920+0800 Runner[284:5777] WeChatSDK: wxlog:Error:fail to load Keychain status:-25300, keyData null:1 2022-03-18 16:42:06.840993+0800 Runner[284:5777] WeChatSDK: wxlog:token[(null)] is null 2022-03-18 16:42:06.871954+0800 Runner[284:5777] WeChatSDK: wxlog:launch app with ul only success 2022-03-18 16:42:06.872050+0800 Runner[284:5777] WeChatSDK: wxlog:launch app with universal link, ret:1 2022-03-18 16:42:06.872092+0800 Runner[284:5777] WeChatSDK: wxlog:req:<SendMessageToWXReq: 0x2834289c0>, cid:37c11e1ee9f766653e94df9ea9d38f944b02761c
2022-03-18提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
小程序map组件报错?TypeError: Cannot read property 'getExtension' of null 小程序引入地图组件 本来好好的 突然就报错了 需要重新打开才好 , 然后过一会再看的话 就又报错了 麻烦看下什么原因
2022-03-18你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
接受后台参数后地图无法显示?我接收到了后台传回的数据(地图中心点),但是地图始终无法显示 [图片] .js与.wxml: Page({ data: { longitude: '', latitude: '', markers: [] }, onLoad() { wx.request({ url: 'http://localhost:8080/map', method: 'post', header: { 'Content-Type': 'application/x-www-form-urlencoded;charset:utf-8' }, success: res => { res = res.data this.setData({ latitude: res.data[0].latitude, longitude: res.data[0].longitude }) console.log(this.data.latitude) }, fail: function () { } }) } }) <view> <map longitude="{{ longitude }}" latitude="{{ lantitude }}" scale="16" min-scale="15" max-scale="19" show-location /> </view>
2022-03-18参考下文档 https://developers.weixin.qq.com/miniprogram/dev/component/web-view.html [图片]
小程序如何向web-view传参?小程序如何向web-view传参?
2022-03-18