两个都可以用 https://developers.weixin.qq.com/doc/store/shop/API/apimgnt/api_getaccesstoken.html 这个是调用就刷新token的,旧的就作废(即使时间没到)。需要自己维护什么时候更新。 https://developers.weixin.qq.com/doc/store/shop/API/apimgnt/api_getstableaccesstoken.html 这个是调用不刷新token的(除非expire了),同一段时间内始终返回同一个token。微信帮忙维护了更新
微信小店文档不清楚,用接口调用凭据获取API信息,提示48001,API未授权,不清楚要用那个才对https://developers.weixin.qq.com/doc/store/shop/API/apimgnt/api_getaccesstoken.htmlhttps://developers.weixin.qq.com/doc/store/shop/API/apimgnt/api_getstableaccesstoken.html
10-20这个吗 https://developers.weixin.qq.com/miniprogram/dev/component/store-product.html
微信小程序如何像跳转其他小程序一样 跳转到微信小店?微信小程序如何像跳转其他小程序一样 跳转到微信小店
10-11应该是返回里的edit_product而不是product,前者对应草稿数据,后者对应上线的数据
商品编辑修改后,对应的获取商品的接口edit_time不会更新https://developers.weixin.qq.com/doc/store/shop/API/channels-shop-product/shop/api_getproduct.htmlhttps://developers.weixin.qq.com/doc/store/shop/API/apimgnt/api_getstableaccesstoken.html 商品编辑修改后,对应的获取商品的接口POST https://api.weixin.qq.com/channels/ec/product/get?access_token=ACCESS_TOKEN 的edit_time不会更新吗? 全部商品的更新时间都是0 [图片]
10-09