feat: 修改信任设备接口路径为/trustDeviceBind

This commit is contained in:
2025-02-06 22:59:30 +08:00
parent 83bf74a3a5
commit 75a4fea182

View File

@@ -51,7 +51,7 @@ public class LoginController extends BaseController {
@PostMapping("/trustDevice")
@PostMapping("/trustDeviceBind")
@SysLog(action = "信任设备")
public Boolean trustDevice(@RequestBody TrustDeviceDto dto) {