+ Add user and bug api.

This commit is contained in:
zhujinyong
2021-07-19 11:58:25 +08:00
parent 7bb10b58db
commit 37f44fbbca
19 changed files with 390 additions and 22 deletions
+1
View File
@@ -832,6 +832,7 @@ class baseControl
* Parse the params, create the $module control object.
*/
$module = new $className($moduleName, $methodName, $appName);
$module->viewType = $this->viewType;
/**
* 调用对应方法,使用ob方法获取输出内容。