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