管理员的增删改查

This commit is contained in:
none
2023-02-19 10:14:01 +08:00
parent dbbfdb00ce
commit 01d794905d
8 changed files with 138 additions and 12 deletions

View File

@@ -8,7 +8,7 @@ import org.aspectj.lang.annotation.Pointcut;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import xyz.playedu.api.service.ImageCaptchaService;
import xyz.playedu.api.request.types.ImageCaptchaRequestInterface;
import xyz.playedu.api.request.backend.types.ImageCaptchaRequestInterface;
import xyz.playedu.api.types.JsonResponse;
@Aspect