瀏覽代碼

//update test

release_toaliyun_real
xhxu 4 年之前
父節點
當前提交
da93c5d30d
共有 1 個檔案被更改,包括 1 行新增1 行删除
  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 查看文件

@@ -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();


Loading…
取消
儲存