This commit is contained in:
zhouwentao 2024-04-15 20:25:47 +08:00
parent ebe75a7f7d
commit 93572b2285
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ public class DouYinUtil {
//
JSONObject jsonObject = JSONObject.parseObject("{\"appid\":\"" + appId + "\",\"grant_type\":\"client_credential\",\"secret\":\"" + appSecret + "\"}");
JSONObject post = RestUtil.post(getAccessTokenUrl, jsonObject);
log.debug("获取access_toekn:"+post.toJSONString());
System.out.println("获取access_toekn:"+post.toJSONString());
if (post==null) {
return null;
}