|
|
@ -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; |
|
|
|