检测上线
This commit is contained in:
parent
3b7d69a768
commit
2c5dccd6f4
@ -76,7 +76,7 @@ public class UserConstants
|
||||
public static final int PASSWORD_MIN_LENGTH = 5;
|
||||
public static final int PASSWORD_MAX_LENGTH = 20;
|
||||
/** 救援业务管理员 */
|
||||
public static final String RESCUE_MANAGE = "jiuyuan";
|
||||
public static final String RESCUE_MANAGE = "ddzx";
|
||||
|
||||
/** 救援司机 */
|
||||
public static final String RESCUE_DRIVER = "jysj";
|
||||
|
@ -68,7 +68,7 @@ import static cn.iocoder.yudao.module.rescue.utils.RescueSysLoginService.generat
|
||||
*/
|
||||
@RestController
|
||||
@Slf4j
|
||||
@RequestMapping("/rescue/login")
|
||||
@RequestMapping("/rescue")
|
||||
public class SysLoginController {
|
||||
@Resource
|
||||
private AdminAuthService loginService;
|
||||
|
Loading…
Reference in New Issue
Block a user