2023-05-16 10:47:08 +08:00

3 lines
113 B
PHP
Executable File

<?php
if(strtolower($objectType) == 'api' && count($this->loadModel('user')->getVisionList()) < 2) return false;