mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-13 11:52:51 +00:00
34 lines
348 B
PHP
34 lines
348 B
PHP
<?php
|
|
/**
|
|
* Created by CRMEB.
|
|
* User: 136327134@qq.com
|
|
* Date: 2019/4/12 17:00
|
|
*/
|
|
|
|
namespace app\core\model;
|
|
|
|
/*
|
|
* Api接口列表
|
|
* class ApiMenus
|
|
* */
|
|
class ApiMenus
|
|
{
|
|
|
|
|
|
/*
|
|
* 接口列表配置
|
|
*
|
|
* */
|
|
protected $hash=[
|
|
|
|
];
|
|
|
|
/*
|
|
* 获取
|
|
* */
|
|
public static function getHash($name)
|
|
{
|
|
|
|
}
|
|
|
|
} |