- 自定义交易组件,商品调用下架接口,橱窗直播中仍可以选择,那么这里的下架有什么意义呢?
自定义交易组件,商品调用下架接口,橱窗直播中仍可以选择,只是后台数据变了,那么这里的下架有什么意义呢? https://api.weixin.qq.com/shop/spu/delisting?access_token=xxxxxxxxx
2022-02-25 - 自定义版交易组件及开放接口,调用下架接口,返回成功,但商品橱窗还是有这个商品,直播也可选择?
自定义组件商品成功下架,橱窗可以选择,直播也可以选择
2022-02-17 - 获取小商店商品列表,total_num 对应的不是总数据?
[图片] 获取商品列表接口调用请求说明时间范围 [代码]create_time[代码] 和 [代码]update_time[代码] 同时存在时,以 [代码]create_time[代码] 的范围为准 http请求方式:POST https://api.weixin.qq.com/shop/spu/get_list?access_token=xxxxxxxxx 返回的总数只是当前分页的总数
2022-02-16 - 生成订单, 如果使用商家会员储蓄卡,还需要预支付Id吗?
https://developers.weixin.qq.com/miniprogram/dev/framework/ministore/minishopopencomponent2/API/order/add_order.html[图片]
2021-08-20 - 微信浏览器右上角3个点不见了
微信分享出去的链接,打开分享链接后,在苹果的微信浏览器上三个点不见了[图片]
2021-03-12 - open-type="getUserInfo" 写在自定义组件中,部分机型点击无效不弹窗?
open-type="getUserInfo" 写在自定义组件中,部分机型点击无效不弹窗
2020-12-29 - open-type="getUserInfo" 部分机型点击无法触发 ?
<view class="auth-content-wrap" hover-class="none" hover-stop-propagation="false"> <image src="/images/logo1.png" /> <view class="shadow-box" hover-class="none" hover-stop-propagation="false"></view> <view class="tips-msg" hover-class="none" hover-stop-propagation="false"> 您还未授权小程序 </view> <view class="tips-msg" hover-class="none" hover-stop-propagation="false"> 点击授权, 开启护肤旅程 </view> <view wx:if="{{ canIUse }}" class="btn-area" hover-class="none" hover-stop-propagation="false"> <button class="cancel-btn" plain="{{true}}" bind:tap="cancelAuth">暂不授权</button> <button class="userinfo-btn" plain="{{true}}" open-type="getUserInfo" bind:getuserinfo="onGetuserinfo">授权登录</button> </view> <view wx:else class="btn-area" hover-class="none" hover-stop-propagation="false"> <button class="cancel-btn" style="flex: 1" plain="{{true}}" bind:tap="cancelAuth">请升级微信版本</button> </view> </view> [图片]无法触发信息获取弹窗
2020-12-29 - 使用小程序直播Api生成分享二维码,扫码后如何获取自定义custom_params参数?
[图片]自定义参数在哪里获取?
2020-11-17 - 小程序直播 文档中提供的直播二维码,扫描后提示获取直播间列表异常,请重试, 而不是进入认证页面
https://developers.weixin.qq.com/miniprogram/dev/framework/liveplayer/live-player-plugin.html [图片]
2020-10-23