Browse Source

Merge branch 'feature_20230906_qjl_cgiReply' of Server/long-article-recommend into master

qingqu-git 9 months ago
parent
commit
66f55fc1b5

+ 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 + "\"," +