需求 #9807
商城端埋点优化
80%
描述
1、在提交订单的时候,订单详情表,带上专场来源、档口来源、分类页来源、分类页模块信息给后台
对接人:兆广
新增参数 'categoryBanner' => \Request::post('category_banner/s', '')
历史记录
#9
由 陈达尔 更新于 超过 5 年 之前
后台新增字段,分类模块名:category_banner
前端对应字段:'source' => \Request::post('sources/s', '0'),
'keyword' => \Request::post('keyword/s', ''),
'categoryName' => \Request::post('category_name/s', ''),
'categoryID' => \Request::post('category_id/s', '0'),
'specialName' => \Request::post('special_name/s', ''),
'special_id' => \Request::post('special_id/s', '0'),
'stallName' => \Request::post('stall_name/s', ''),
'stallID' => \Request::post('stall_id/s', '0'),
'goodID' => (string)($goodsInfo['goods_id'] ?? '0'),
'goodNO' => (string)$goods_no,
'goodCategoryID' => (string)$goodsInfo['cat_id'],
'goodspecialID' => (string)($goodsInfo['special_id'] ?? '0'), //专场id
'goodstallID' => (string)$goodsInfo['supply_id'], //档口id
'addCartTime' => (string)date('Y-m-d H:i:s'), //加购时间
'room_id' => \Request::post('room_id/s', ''),
'os' => \Request::post('plat_type/s', ''),
'app_version' => \Request::post('version_name/s', ''),