mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 07:02:47 +08:00
注释和规范化调整及完善
注释和规范化调整及完善,以及部分代码优化
This commit is contained in:
@@ -57,9 +57,12 @@ abstract class rest
|
||||
/**
|
||||
* REST 调用
|
||||
* @access public
|
||||
*
|
||||
* @param string $method 方法名
|
||||
* @param array $args 参数
|
||||
* @param array $args 参数
|
||||
*
|
||||
* @return mixed
|
||||
* @throws \think\Exception
|
||||
*/
|
||||
public function _empty($method, $args)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user