首页
This commit is contained in:
parent
b37b6ead1f
commit
20670def3c
@ -1,22 +0,0 @@
|
|||||||
package cn.iocoder.yudao.module.home.controller.app;
|
|
||||||
|
|
||||||
import cn.iocoder.yudao.framework.common.pojo.CommonResult;
|
|
||||||
import io.swagger.annotations.Api;
|
|
||||||
import io.swagger.annotations.ApiOperation;
|
|
||||||
import org.springframework.validation.annotation.Validated;
|
|
||||||
import org.springframework.web.bind.annotation.GetMapping;
|
|
||||||
import org.springframework.web.bind.annotation.RequestMapping;
|
|
||||||
import org.springframework.web.bind.annotation.RestController;
|
|
||||||
|
|
||||||
@Api(tags = "用户 App - Test")
|
|
||||||
@RestController
|
|
||||||
@RequestMapping("/demo/test")
|
|
||||||
@Validated
|
|
||||||
public class AppDemoTestController {
|
|
||||||
|
|
||||||
@GetMapping("/get")
|
|
||||||
@ApiOperation("获取 test 信息")
|
|
||||||
public CommonResult<String> get() {
|
|
||||||
return CommonResult.success("true22");
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user