@官方 我们也是验证CallBackUrl失败,这个要怎么处理下了
企业微信创建代开发应用模板验证CallBackUrl失败?[图片]
2022-04-20api forbidden, hint: [1589939550_61_87e46ab572a867f7ac3f2588233518cd], from ip: 115.193.172.70, more info at https://open.work.weixin.qq.com/devtool/query?e=48002 这个接口报这个错是什么情况???
外部联系人添加企业客户标签,返回值group_id为空[图片]
2020-05-20小程序appid:wx9f1babd2f610e556 接口:https://api.weixin.qq.com/wxa/commit?access_token=31_yPMHSfIlfrXy2J6ppKA1mNBzR3OG-UtipHglqxaXCQd8_lLfuoguihvQA-4myghpZZzh6PbHKEb0o_xFH-m4RTu0h99EO82eEJGR8VNEq5AL57k31J126oDZOrRwGg0Y4jfUMf93T0LEEVwmTVDfAEDZBJ 参数: {"template_id":"291","ext_json":"{\"extAppid\":\"wx9f1babd2f610e556\",\"ext\":{\"domain\":\"https:\\\/\\\/hsshop.huisou.cn\",\"wid\":311,\"wxxcxConfigId\":121,\"imgDomain\":\"https:\\\/\\\/hsshop-image-cs.huisou.cn\\\/\",\"live_status\":\"1\",\"live_url\":\"plugin-private:\\\/\\\/wx2b03c6e691cd7370\\\/pages\\\/live-player-plugin\"},\"window\":{\"navigationBarBackgroundColor\":\"#ffffff\",\"navigationBarTextStyle\":\"white\"},\"tabBar\":{\"selectedColor\":\"#b1292d\",\"list\":[{\"text\":\"首页\",\"pagePath\":\"pages\\\/index\\\/index\",\"iconPath\":\"images\\\/footerBar\\\/home-unselected.png\",\"selectedIconPath\":\"images\\\/footerBar\\\/home-selected.png\"},{\"text\":\"我的\",\"pagePath\":\"pages\\\/member\\\/index\\\/index\",\"iconPath\":\"images\\\/footerBar\\\/my-unselected.png\",\"selectedIconPath\":\"images\\\/footerBar\\\/my-selected.png\"},{\"text\":\"门店\",\"pagePath\":\"pages\\\/relation\\\/relation\",\"iconPath\":\"images\\\/footerBar\\\/mail-unselected_7.png\",\"selectedIconPath\":\"images\\\/footerBar\\\/mail-selected_7.png\"},{\"text\":\"客服\",\"pagePath\":\"pages\\\/common\\\/kefu1\\\/kefu1\",\"iconPath\":\"images\\\/footerBar\\\/kefu-unselected_6.png\",\"selectedIconPath\":\"images\\\/footerBar\\\/kefu-selected_6.png\"}],\"backgroundColor\":\"#fff\",\"borderStyle\":\"black\"},\"plugins\":{\"live-player-plugin\":{\"version\":\"1.0.2\",\"provider\":\"wx2b03c6e691cd7370\"}},\"recompile\":true}","user_version":"v2.28.0","user_desc":"登录分享添加分销参数"} 返回: errcode:-80200 errmsg:hint: [0rATZa06451531]
小程序commit代码 -80200 hint: [6xNOha01521548] 是啥错误?小程序commit代码时 错误码:-80200 错误信息:hint: [6xNOha01521548] 这是啥错误?
2020-03-131.发现,用ext.json可以代替app.json或者分包里面的插件引入。 2.如果自己想动态的控制是否添加组件,可以在commit上传代码时控制。需要直播,在ext_json中加入plugins参数,并且recompile设置为true;不需要直播,去掉对应的配置。亲测直播组件可正常使用。 { "extAppid": "xxxxxxxxxxx", "ext": { "domain": "https:\/\/xxxxxx.xxxxx.cn", "appid": "xxxxxxxxxxx", "cdnUrl": "https:\/\/xxxxxxx.xxxxxxx.cn\/", "live_status": 1, "live_url": "plugin-private:\/\/wx2b03c6e691cd7370\/pages\/live-player-plugin" }, "window": { "backgroundTextStyle": "light", "navigationBarBackgroundColor": "#fff", "navigationBarTitleText": "WeChat", "navigationBarTextStyle": "black" }, "navigateToMiniProgramAppIdList": [ ], "plugins": { "live-player-plugin": { "version": "1.0.2", "provider": "wx2b03c6e691cd7370" } }, "recompile": true }
如何使用一个小程序版本,来满足直播插件用户,和无需直播插件用户送审?我们是服务商。如何使用一个小程序版本,来满足直播插件用户,和无需直播插件用户送审? 1、直播插件引入,放在app.json中。不需要直播权限的小程序送审报错。miniprogram has no permission to plugin[wx2b03c6e691cd7370] ) 2、尝试动态引入直播插件。在给客户小程序commit代码时,通过ext.json来控制,是否引入直播插件。同样的问题: (1)默认ext.json中有引入插件,直播小程序可送审,普通小程序无法送审miniprogram has no permission to plugin[wx2b03c6e691cd7370] )。 (2)默认ext.json中无插件引用,通过commit代码时,动态写入ext.json。普通小程序正常送审,直播小程序跳转链接正常,但无法正常跳转到直播间。 如何使用一个小程序版本,来满足直播插件用户,和普通用户送审?
2020-03-10我也遇到同样的问题,不能确定是哪一个直播间?
小程序直播组自定义参数custom_params 有问题?[图片] 小程序直播组自定义参数custom_params添加了,但是分享出去,用户从分享卡片点进去,在点击直播组件页面里的货架商品跳转到商家小程序的商品详情页面时,Page onLoad options里的custom_params 确是空的,是有bug么? 跪求官方回复~~~~~~~~ [图片] [图片]
2020-03-10同问,分享出去怎么确定是哪一个直播间?
小程序直播getLiveParams获取自定义参数逻辑是不是有点问题?3. 【获取直播间相关参数及开发者自定义参数】接口接口说明:在直播组件版本 1.0.2 及以上版本通过该接口获取以下参数,开发者可以根据这些参数建立用户、直播间、商品之间的映射关系。 分享卡片进入直播间:分享者 share_openid + 进入者 openid + 房间号 room_id + 开发者自定义参数 customParams其他入口进入直播间:进入者 openid + 房间号 room_id + 开发者自定义参数 customParams调用方法:若要调用【获取自定义参数】接口 getLiveParams,需在小程序页面顶部引用【直播组件】 live-player-plugin。 示例代码如下: let livePlayer = requirePlugin('live-player-plugin') App({ onShow(options) { livePlayer.getLiveParams({ room_id: [直播房间id], scene: options.scene }) .then(res => { console.log('get share openid', res.share_openid) // 分享者openid,分享卡片进入场景才有 console.log('get openid', res.openid) // 用户openid console.log('get room id', res.room_id) // 房间号 console.log('get custom params', res.customParams) // 开发者在跳转进入直播间页面时,页面路径上携带的自定义参数,这里传回给开发者 }).catch(err => { console.log('get live params', err) }) } }) 问题:livePlayer.getLiveParams({ room_id: [直播房间id], scene: options.scene }) , 分享来到小程序。为什么要提供room_id: [直播房间id]参数? 如果有多个直播间,不知道哪个直播间?怎么提供呢? 同时返回的数据里又包含room_id 什么意思呢?
2020-03-10急急急,帮忙看看全网发布检测老是失败 https://open.weixin.qq.com/cgi-bin/component_acct 参数: appid: wxfa0eefb44c44b542 action: get_check_res task_id: 7578 token: 645beae847c1e0186bb5beabd61240b11cace2b4
覆盖现网全网发布总是检测失败,该怎么解决?今天测试很多次的全网发布,每次都失败,报-1000,system error hints: [mGbbndeNRa-KPFJ3a!],对应的appId wx1793be6eecb9ff8a
2020-03-03谢谢,同一个小程序的底部导航栏图标也是这样吗,比如两个目录下?(一般在一个目录下)
小程序底部导航由于我是新手,所以请教一下大家,底部导航图标必须放在固定的目录下,还是可以项目任意目录下都可以?
2018-06-19