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();