注册 不校验token

This commit is contained in:
2024-12-19 11:36:53 +08:00
parent aba9025464
commit b8923516e5
2 changed files with 2 additions and 1 deletions

View File

@@ -66,7 +66,7 @@ public class SysLoginController extends AbstractController {
}
@PostMapping("/registered")
@PostMapping("/sys/registered")
@ApiOperation("代理注册")
@ApiImplicitParams({
@ApiImplicitParam(name = "msg", value = "验证码", dataTypeClass = String.class, paramType = "param"),