Commit ee5e875f authored by 侯贺政's avatar 侯贺政

删除空控制器

Signed-off-by: 侯贺政's avatarhouhezheng <houhezheng@romens.cn>
parent 221f9c31
......@@ -106,14 +106,6 @@ return [
'GET,OPTIONS department' => 'department',
],
],
//用户
[
'class' => 'yii\rest\UrlRule',
'controller' => [
'v1/shopuser/shop-user',
],
'extraPatterns' => [],
],
//员工
[
'class' => 'yii\rest\UrlRule',
......
<?php
namespace backend\controllers\v1\shopuser;
use Yii;
use backend\controllers\v1\BaseController;
class ShopUserController extends BaseController
{
public $modelClass = 'app\models\v1\shopuser\ShopUser';
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment