$vo) { $sysSettingModel->query()->where('key', '=', $key)->update([ 'value' => $vo ]); } } catch (\Exception $e) { throw new ApiException($e->getMessage(),-1); } return dataReturn(0); } }