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