* Adjust response of api.

This commit is contained in:
zhujinyong
2021-09-08 10:40:25 +08:00
parent 2cee5fc75e
commit 489a87e0ec
11 changed files with 209 additions and 227 deletions
-18
View File
@@ -20,24 +20,6 @@
include dirname(__FILE__) . '/base/router.class.php';
class router extends baseRouter
{
/**
* 请求的原始模块名。
* The requestd module name parsed from a URL.
*
* @var string
* @access public
*/
public $rawModule;
/**
* 请求的原始方法名。
* The requested method name parsed from a URL.
*
* @var string
* @access public
*/
public $rawMethod;
/**
* 请求的原始参数。
* The requested params parsed from a URL.