@RestController @RequestMapping(value="/api/test") public class ApiTestController extends Object
| Constructor and Description |
|---|
ApiTestController() |
| Modifier and Type | Method and Description |
|---|---|
R |
notToken()
忽略Token验证测试
|
R |
userInfo(UserVo user)
获取用户信息
|
R |
userList(String mobile)
根据手机号查询用户信息接口测试方法
|
@IgnoreAuth @PostMapping(value="notToken") public R notToken()
@IgnoreAuth @PostMapping(value="userListByMobile") public R userList(String mobile)
mobile - Copyright © 2021. All rights reserved.