This commit is contained in:
2021-10-28 11:09:14 +08:00
parent 354ab20f08
commit 49b1649d18
3 changed files with 113 additions and 2 deletions
+4
View File
@@ -89,6 +89,10 @@ class Gii
$task = new GiiRpcService();
$task->setInput($this->input);
return $task->generate();
case 'json-rpc':
$task = new GiiJsonRpc();
$task->setInput($this->input);
return $task->create();
default:
return $this->getModel($make, $input);
}