wpfw_ewei_shopv2/plugin/grant/config.php
2023-02-14 19:57:32 +08:00

6 lines
143 B
PHP

<?php
if (!defined('IN_IA')) {
exit('Access Denied');
}
return array('version' => '1.0', 'id' => 'grant', 'name' => '应用授权管理');