perf:新增页面查询的请求响应数据结构

This commit is contained in:
Xiang
2026-03-24 17:21:14 +08:00
parent 9d14b3b7dc
commit 65114aca14
5 changed files with 137 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
package com.xiang.app.server.jntyzx;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* @Author: xiang
* @Date: 2026-03-24 16:38
*/
@RestController
@RequestMapping("/private/apps/jntyzx/user/")
public class UserTokenServer {
public Result<>
}