正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -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("渠道","抖音"); |
-
请 注册 或 登录 后发表评论