* fix bug.

This commit is contained in:
wangyidong
2017-09-07 16:28:09 +08:00
parent e7ece74a59
commit fa1c8e9d0e
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ class apiModel extends model
*/
public function request($moduleName, $methodName, $action)
{
$host = common::getSysURL() . $this->config->webRoot;
$host = common::getSysURL();
$param = '';
if($action == 'extendModel')
{