Browse Source

修改pageurl的channel

Joe 10 tháng trước cách đây
mục cha
commit
87ab76d4a7

+ 1 - 1
long-article-recommend-service/src/main/java/com/tzld/longarticle/recommend/server/service/cgi/TouLiuHttpClientService.java

@@ -32,7 +32,7 @@ public class TouLiuHttpClientService {
         String jsonBody = "{" +
                 "\"videoId\":\"" + videoId + "\"," +
                 "\"putScene\":\"" + "touliu" + "\"," +
-                "\"channel\":\"" + "tencent" + "\"," +
+                "\"channel\":\"" + "tencentgzh" + "\"," +
                 "\"remark\":\"" + "自动" + "\"," +
                 "\"putTypeOne\":\"" + putTypeOne + "\"," +
                 "\"putTypeTwo\":\"" + putTypeTwo + "\"," +