perf:新增页面查询的请求响应数据结构
This commit is contained in:
@@ -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<>
|
||||
}
|
||||
Reference in New Issue
Block a user