From e3afa24795fd008896e53d282e160eadd6e72efe Mon Sep 17 00:00:00 2001 From: wong <106998207@qq.com> Date: Thu, 30 Oct 2025 11:41:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Server/application/common/controller/Api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/application/common/controller/Api.php b/Server/application/common/controller/Api.php index 4887c310..459e8ee3 100644 --- a/Server/application/common/controller/Api.php +++ b/Server/application/common/controller/Api.php @@ -141,7 +141,7 @@ class Api extends Controller } $data = Db::name('app_version') - ->field('version,downloadUrl,updateContent') + ->field('version,downloadUrl,updateContent,forceUpdate') ->where(['type'=>$type]) ->order('id DESC') ->find();