代码优化
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user