更新
This commit is contained in:
parent
4a316dc932
commit
0e4c8ea860
@ -1,9 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace app\api\controller;
|
||||
namespace app\api\controller\user;
|
||||
|
||||
|
||||
use app\api\logic\UserLogic;
|
||||
use app\api\controller\BaseApiController;
|
||||
use app\api\logic\user\UserLogic;
|
||||
use app\api\validate\PasswordValidate;
|
||||
use app\api\validate\SetUserInfoValidate;
|
||||
use app\api\validate\UserValidate;
|
||||
|
@ -1,17 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace app\api\logic;
|
||||
namespace app\api\logic\user;
|
||||
|
||||
|
||||
use app\common\{enum\notice\NoticeEnum,
|
||||
enum\user\UserTerminalEnum,
|
||||
enum\YesNoEnum,
|
||||
use app\common\{
|
||||
logic\BaseLogic,
|
||||
model\user\User,
|
||||
model\user\UserAuth,
|
||||
service\sms\SmsDriver,
|
||||
service\wechat\WeChatMnpService};
|
||||
use think\facade\Config;
|
||||
|
||||
/**
|
||||
* 会员逻辑层
|
||||
|
Loading…
x
Reference in New Issue
Block a user