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

5 lines
198 B
PHP
Executable File

<?php
if($module == 'entry' and $method == 'visit') return true;
if($module == 'integration' and $method == 'wopi') return true;
if($module == 'im' and $method == 'authorize') return true;