需求 #23718
H5活动模块优化-第一期第1部分
100%
描述
h5 测试链接:http://static.yishouapp.com/app/h5/tests/screening-operate/index.html#/
线上链接:https://static.yishouapp.com/app/h5/production/screening-operate/index.html#/
后台前端分支: feature/#23718H5活动模块优化-第一期
需求prd: http://192.168.1.244:7777/newOS/23718/
H5模板: http://xdebug.yishou.com/dist/project-api-list?project_id=2&api_id=8237
H5模板tab: http://xdebug.yishou.com/dist/project-api-list?project_id=2&api_id=8238
goods_type,保存读取都变成数组形式。
addTemplateH5(新增),editTemplateH5(编辑),新增请求字段marketing_data,Array形:
$param['marketing_data'] = [
[
'id' => '',
'list' => [
[
'id' => '',
'marketing_id' => '',
'marketing_type' => '1',//营销工具{1:运费券,2:红包ID,}
'marketing_value' => '2',//营销工具跳转值
'marketing_template' => '3',//展示模板{1:是,2:否}
'marketing_img' => '4',//营销工具图片
'link_type' => '5',//跳转类型{1:专场页,2:直播间ID,3:商品详情页,4:供应商档口,}
'link_value' => '6',//跳转值
'link_img' => '7',//跳转图片
],
[],
],
],
[],
];
新增请求字段:end_stock_num。库存最大值,int形。
后端分支:feature/5.10#23718H5活动模块优化第一期
联调环境:dev13
脚本:
更新H5:php think festival -f setNewTemplate
更新H5Tab:php think festival -f setNewTemplateTab
to前端:去除新款占比。
子任务