diff --git a/WebRoot/index_ai.html b/WebRoot/index_ai.html index bac31696..98054aba 100644 --- a/WebRoot/index_ai.html +++ b/WebRoot/index_ai.html @@ -33,7 +33,7 @@ success: function (res) { console.log(res); if (res.success) { - var appId = res.data; + var appId = res.data.application_id; var iframe = ''; $('body').append(iframe); } else {