Browse Source

路由错误

master
wanghongjun 2 years ago
parent
commit
66a945481e
  1. 2
      app/controller/CustomerService.php

2
app/controller/CustomerService.php

@ -4,7 +4,7 @@ declare (strict_types = 1);
namespace app\controller; namespace app\controller;
use app\BaseController; use app\BaseController;
use app\Model\CustomerService as CustomerServiceModel; use app\model\CustomerService as CustomerServiceModel;
use app\validate\CustomerService as CustomerServiceValidate; use app\validate\CustomerService as CustomerServiceValidate;
use think\exception\ValidateException; use think\exception\ValidateException;
use think\facade\Request; use think\facade\Request;

Loading…
Cancel
Save