2.2.1
parent
6722c5b89e
commit
b3ddb6e368
|
|
@ -0,0 +1,2 @@
|
|||
## v2.2.1(2021-10-24)
|
||||
* 支持微信小程序(首页、分类、购物车、用户中心、商品搜索、商品详情、订单确认、授权登陆、订单管理、订单售后、商品收藏、商品足迹、直播、签到、积分商城、多商户、钱包、批发)
|
||||
|
|
@ -63,15 +63,15 @@
|
|||
},
|
||||
"plugins" : {
|
||||
// 直播(需要开通权限 https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/industry/liveplayer/live-player-plugin.html)
|
||||
"live-player-plugin": {
|
||||
"version": "1.3.0",
|
||||
"provider": "wx2b03c6e691cd7370"
|
||||
},
|
||||
// "live-player-plugin": {
|
||||
// "version": "1.3.0",
|
||||
// "provider": "wx2b03c6e691cd7370"
|
||||
// },
|
||||
// 好物推荐(需要开通权限 https://mp.weixin.qq.com/wxopen/plugindevdoc?appid=wx56c8f077de74b07c&token=1011820682&lang=zh_CN)
|
||||
"goodsSharePlugin": {
|
||||
"version": "4.0.1",
|
||||
"provider": "wx56c8f077de74b07c"
|
||||
}
|
||||
// "goodsSharePlugin": {
|
||||
// "version": "4.0.1",
|
||||
// "provider": "wx56c8f077de74b07c"
|
||||
// }
|
||||
}
|
||||
},
|
||||
"mp-alipay" : {
|
||||
|
|
|
|||
Loading…
Reference in New Issue