Commit 13f3fcf6 by guojx

渠道适配数据字段

parent 9c9bec82
......@@ -204,7 +204,7 @@ public class DataController {
private static Map<String, String> channelMap() {
Map<String, String> map = new HashMap<>();
map.put("c_pos", "pos");
map.put("c_other", "other");
map.put("c_other", "else");
map.put("c_douyin_hyt", "dy");
map.put("c_tmall_hyt", "tmall");
map.put("c_wechat_mini", "wct");
......
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