zentaopms/extension/biz/common/ext/model/hook/isOpenMethod.clientapi.php
2023-05-16 10:50:42 +08:00

12 lines
321 B
PHP

<?php
if($module == 'api')
{
if($method == 'mobilegetlist' ||
$method == 'mobilegetinfo' ||
$method == 'mobilegetuser' ||
$method == 'mobilegetusers' ||
$method == 'mobilegethistory' ||
$method == 'mobilecomment' ||
$method == 'mobilegetcustom') return true;
}