瀏覽代碼

修改token刷新逻辑

yumeng 3 年之前
父節點
當前提交
df64c02b59

+ 2 - 2
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/ai/service/impl/KuaishouLandpagePackageServiceImpl.java

@@ -128,8 +128,8 @@ public class KuaishouLandpagePackageServiceImpl extends ServiceImpl<KuaishouLand
         landpagePackage.setSiteId(jsonObject.getLong("id"));
         landpagePackage.setUrl(jsonObject.getString("url"));
         landpagePackage.setBizType(jsonObject.getInteger("biz_type"));
-        landpagePackage.setLandpageCreateTime(jsonObject.getSqlDate("create_time"));
-        landpagePackage.setLandpageUpdateTime(jsonObject.getSqlDate("update_time"));
+      /*  landpagePackage.setLandpageCreateTime(jsonObject.getSqlDate("create_time"));
+        landpagePackage.setLandpageUpdateTime(jsonObject.getSqlDate("update_time"));*/
         JSONArray compsArr = jsonObject.getJSONArray("comps");
         if (!Check.isNull(compsArr)) {
             landpagePackage.setComps(JSONObject.toJSONString(compsArr));