作者 钟来

添加抖音推送时间

@@ -155,6 +155,7 @@ public class TestController { @@ -155,6 +155,7 @@ public class TestController {
155 private static void subFeishuLiushuiyu(ClueData clueData) 155 private static void subFeishuLiushuiyu(ClueData clueData)
156 { 156 {
157 JsonObject field = new JsonObject(); 157 JsonObject field = new JsonObject();
  158 + field.addProperty("线索时间",Integer.parseInt(clueData.getCreate_time())*1000l);
158 field.addProperty("账号",clueData.getRefer_dy_name()); 159 field.addProperty("账号",clueData.getRefer_dy_name());
159 field.addProperty("联系方式",clueData.getTelephone()); 160 field.addProperty("联系方式",clueData.getTelephone());
160 field.addProperty("渠道","抖音"); 161 field.addProperty("渠道","抖音");