From 9517da05fb3c8479d7cb2c1a268d29cdca4985a8 Mon Sep 17 00:00:00 2001 From: kgdxpr Date: Tue, 31 Dec 2024 15:51:23 +0800 Subject: [PATCH] 'commit' --- WebRoot/index_ai.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebRoot/index_ai.html b/WebRoot/index_ai.html index fb7c39e6..359e7bb9 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.application_id; + var appId = res.access_token; var iframe = ''; $('body').append(iframe); } else { @@ -49,7 +49,7 @@ success: function (res) { console.log(res); if (res.success) { - var appId = res.data; + var appId = res.access_token; var iframe = ''; $('body').append(iframe); } else {