mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-13 11:52:51 +00:00
23 lines
321 B
PHP
23 lines
321 B
PHP
<?php
|
|
/**
|
|
* Created by CRMEB.
|
|
* User: 136327134@qq.com
|
|
* Date: 2019/4/12 11:21
|
|
*/
|
|
|
|
namespace app\core\behavior;
|
|
|
|
use app\core\implement\BehaviorIntterface;
|
|
|
|
/*
|
|
* Api权限处理
|
|
* class ApiPermissionBehavior
|
|
* */
|
|
class ApiPermissionBehavior implements BehaviorIntterface
|
|
{
|
|
public function run()
|
|
{
|
|
|
|
}
|
|
|
|
} |