Procházet zdrojové kódy

//update test

release_toaliyun_real
xhxu před 4 roky
rodič
revize
da93c5d30d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/douyin/web/api/impl/TtWebServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/douyin/web/api/impl/TtWebServiceImpl.java Zobrazit soubor

@@ -115,7 +115,7 @@ public class TtWebServiceImpl implements TtWebService, RequestHttp<CloseableHttp
+ "?client_key="+this.getTtWebConfig().getAppid()
+ "&client_secret="+this.getTtWebConfig().getSecret()
+ "&grant_type=client_credential";
log.info("apiUrl-----------"+apiUrl);
HttpPost httpPost = new HttpPost(apiUrl);
if (this.getRequestHttpProxy() != null) {
RequestConfig config = RequestConfig.custom().setProxy(this.getRequestHttpProxy()).build();


Načítá se…
Zrušit
Uložit