[fix] 不用orm验证方式,验证不了唯一

This commit is contained in:
醉挽清风 2023-03-10 10:50:07 +08:00
parent 39d5c8b197
commit 8567eb9905

View File

@ -17,7 +17,7 @@ declare(strict_types=1);
namespace app\common\validate;
use app\common\service\JsonService;
use think\Validate;
use taoser\Validate;
class BaseValidate extends Validate
{