2
0

fix: login record mac

This commit is contained in:
caiyuchao
2024-12-17 16:19:46 +08:00
parent b47ee5029f
commit ce30352c3d
3 changed files with 3 additions and 2 deletions

View File

@@ -82,6 +82,6 @@ public interface RemoteUUserService
/**
*
*/
@GetMapping("/user/uClient/recordClientUser")
@GetMapping("/client/recordClientUser")
public R<Boolean> recordClientUser(@RequestBody UClientBo clientBo);
}