需求 #20842
<p>原需求的H5页面:http://192.168.1.236:30001/issues/20669</p>
<p>更改接口: api/supplier/get_hot_cat_goods 新增传入page和page_size (h5当季最好卖的款)</p>
<p>环境:dev18</p>
<pre>
新增接口
/* 最好卖的款-活动列表 */
'os/activity.BestSell/bestSellActivityList',
/* 最好卖的款-商品列表 */
'os/activity.BestSell/bestSellGoodsList',
/* 最好卖的款-搜索商品*/
'os/activity.BestSell/bestSellSearchGoods',
/* 最好卖的款-手动插入商品*/
'os/activity.BestSell/bestSellSaveGood',
/* 最好卖的款-导入商品*/
'os/activity.BestSell/bestSellImportGoods',
/* 最好卖的款-更改是否主推*/
'os/activity.BestSell/bestSellPush',
/* 最好卖的款-更改排序*/
'os/activity.BestSell/bestSellSort',
/* 最好卖的款-删除数据*/
'os/activity.BestSell/bestSellDel',</pre>
<p>导入模板下载地址 https://static1.yishouapp.com/oss/tools/def/2020/10/14/e511fbcac2dd2bf5a18910c4e5fa391c.xlsx</p>
<p>添加专享价商品不需要展示近3天销量</p>
<p>新增表:fmys_best_sell(最好卖的款的商品表) fmys_best_sell_activity(最好卖的款活动表) fmys_data_best_sell(活动商品具体销量数据表)</p>
<p><b>修改以前脚本:php think activity -f setHotCatGoods </b>每天<b>7点生成活动 依赖fmys_data_area_sale表的数据</b></p>
<p>新增定时任务 php think push -f synchronizeBestSellData 每天8点半跑一次</p>
<p>h5前端分支:feature/20669-新客首页承接中心</p>
<p>os前端分支:feature/20842-最好卖的款</p>
<p>后端分支: feature/10.9#20842最好卖的款支持后台配置</p>
<p>新增数据表: fmys_best_sell_activity fmys_best_sell fmys_data_best_sell(已上线)</p>
<p> </p>
<p>10.24新增 </p>
<p>上线时候 定时任务脚本需要启动</p>
<p>ALTER TABLE fmys_best_sell<br />
ADD COLUMN `push_sort` int(11) NOT NULL DEFAULT 0 COMMENT '主推排序' ;</p>
<p>修改接口 os/BestSell/bestSellGoodsList 后台商品列表 新增返回参数 push_sort(主推排序)</p>
<p>修改接口 os/BestSell/bestSellSort 后台更改排序 新增传入参数 push_sort(主推排序)</p>
<p> </p>
<p>菜单栏权限:activity.BestSell/bestSoldActivityList</p>
<p>更改接口: api/supplier/get_hot_cat_goods 新增传入page和page_size (h5当季最好卖的款)</p>
<p>环境:dev18</p>
<pre>
新增接口
/* 最好卖的款-活动列表 */
'os/activity.BestSell/bestSellActivityList',
/* 最好卖的款-商品列表 */
'os/activity.BestSell/bestSellGoodsList',
/* 最好卖的款-搜索商品*/
'os/activity.BestSell/bestSellSearchGoods',
/* 最好卖的款-手动插入商品*/
'os/activity.BestSell/bestSellSaveGood',
/* 最好卖的款-导入商品*/
'os/activity.BestSell/bestSellImportGoods',
/* 最好卖的款-更改是否主推*/
'os/activity.BestSell/bestSellPush',
/* 最好卖的款-更改排序*/
'os/activity.BestSell/bestSellSort',
/* 最好卖的款-删除数据*/
'os/activity.BestSell/bestSellDel',</pre>
<p>导入模板下载地址 https://static1.yishouapp.com/oss/tools/def/2020/10/14/e511fbcac2dd2bf5a18910c4e5fa391c.xlsx</p>
<p>添加专享价商品不需要展示近3天销量</p>
<p>新增表:fmys_best_sell(最好卖的款的商品表) fmys_best_sell_activity(最好卖的款活动表) fmys_data_best_sell(活动商品具体销量数据表)</p>
<p><b>修改以前脚本:php think activity -f setHotCatGoods </b>每天<b>7点生成活动 依赖fmys_data_area_sale表的数据</b></p>
<p>新增定时任务 php think push -f synchronizeBestSellData 每天8点半跑一次</p>
<p>h5前端分支:feature/20669-新客首页承接中心</p>
<p>os前端分支:feature/20842-最好卖的款</p>
<p>后端分支: feature/10.9#20842最好卖的款支持后台配置</p>
<p>新增数据表: fmys_best_sell_activity fmys_best_sell fmys_data_best_sell(已上线)</p>
<p> </p>
<p>10.24新增 </p>
<p>上线时候 定时任务脚本需要启动</p>
<p>ALTER TABLE fmys_best_sell<br />
ADD COLUMN `push_sort` int(11) NOT NULL DEFAULT 0 COMMENT '主推排序' ;</p>
<p>修改接口 os/BestSell/bestSellGoodsList 后台商品列表 新增返回参数 push_sort(主推排序)</p>
<p>修改接口 os/BestSell/bestSellSort 后台更改排序 新增传入参数 push_sort(主推排序)</p>
<p> </p>
<p>菜单栏权限:activity.BestSell/bestSoldActivityList</p>