增加统一token验证,未完成

This commit is contained in:
2025-09-05 18:56:54 +08:00
parent 153137379d
commit 9f3b18f2df
6 changed files with 147 additions and 10 deletions

View File

@@ -144,6 +144,7 @@ public class UserController {
@GetMapping("/get_device_apk_list")
public Result getDeviceApkList(@RequestParam String sn) {
DeviceApkInfo deviceApkInfo = deviceApkInfoService.getDeviceApkInfoBySn(sn);
return Result.ok().data("deviceApkInfo", deviceApkInfo);
}