* 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
@@ -140,6 +140,24 @@ class baseRouter
*/
public $clientLang;
/**
* 请求的原始模块名。
* 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 current app code(url: '#app=?'), highlight left menu.