Commit 20d5a090 authored by mengcuiguang's avatar mengcuiguang

添加自有渠道

parent c76f4d36
......@@ -117,9 +117,9 @@
remark3 = obj.query.remark3 ?? ''
vedio_index = obj.query.vedio_index ?? ''
free_index = obj.query.free_index ?? ''
} else if (obj.query.wx_aid ?? '' != '' ||
obj.query.gdt_vid ?? '' != '' ||
obj.query.qz_gdt ?? '' != '') {
} else if ((obj.query.wx_aid ?? '' != '') ||
(obj.query.gdt_vid ?? '' != '') ||
(obj.query.qz_gdt ?? '' != '')) {
// 腾讯渠道参数
channel = 'tx'
thirdParam = JSON.stringify(obj.query)
......@@ -134,7 +134,16 @@
free_index = obj.query.free_index ?? ''
} else {
// 自有渠道
tips2 = obj.query.tips2 ?? ''
zs_channel = obj.query.zs_channel ?? ''
thirdParam = JSON.stringify(obj.query)
product_type = obj.query.product_type ?? ''
vedio_id = obj.query.vedio_id ?? ''
remark1 = obj.query.remark1 ?? ''
remark2 = obj.query.remark2 ?? ''
remark3 = obj.query.remark3 ?? ''
vedio_index = obj.query.vedio_index ?? ''
free_index = obj.query.free_index ?? ''
}
// 打印渠道参数
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment