上传商品接口
http请求方式:POST
https://api.weixin.qq.com/shop/spu/add?access_token=xxxxxxxxx
请求参数有两个路径字段
path 绑定的小程序商品路径
direct_path 商品立即购买链接
我们是传了不同的链接
path
/pages/goodsDetail/index?spuId=2c9a00c7805e4b0601807bf3d56b013c
direct_path
/pages/orderConfirm/index?spuId=2c9a00c7805e4b0601807bf3d56b013c
但是经过测试,点击商品和立即购买都是跳转到了path的路径
1、图1 请问direct_path为什么不生效呢
2、图2 中黄色一行文案是取的什么字段呢?我看文档上传商品接口中并没有类似的字段呢
破案了,,,
第一个不生效的问题,微信新版本8.20才支持,,,