From eed7b5f56e504f36d06c44098ee1728d3f4f7de6 Mon Sep 17 00:00:00 2001 From: kgdxpr Date: Tue, 31 Dec 2024 15:46:55 +0800 Subject: [PATCH] 'commit' --- WebRoot/index_ai.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {