|
|
@@ -380,7 +380,10 @@ public class TtOpenMaServiceImpl extends TtMaServiceImpl implements TtOpenMaServ |
|
|
|
String uri = API_SUBMIT_AUDIT + "?component_appid=" + ttOpenComponentService.getWxOpenConfigStorage().getComponentAppId(); |
|
|
|
JsonObject params = new JsonObject(); |
|
|
|
JsonArray array = new JsonArray(); |
|
|
|
array.add("toutiao"); |
|
|
|
array.add("tt_lite"); |
|
|
|
array.add("douyin"); |
|
|
|
array.add("douyin_lite"); |
|
|
|
params.add("hostNames",array); |
|
|
|
String response = ttOpenComponentService.postByAppAccessToken(appId,uri,GSON.toJson(params),"authorizer_access_token"); |
|
|
|
return TtOpenGsonBuilder.create().fromJson(response, TtOpenResult.class); |
|
|
|