|
@@ -22,7 +22,7 @@ public class TargetEnterController {
|
|
|
@Resource
|
|
|
private TargetEnterService targetEnterService;
|
|
|
|
|
|
- @PostMapping(value = "/login")
|
|
|
+ @PostMapping(value = "/enter")
|
|
|
@ApiOperation(value = "登录", notes = "登录")
|
|
|
public R login(@RequestBody ProBasicUser user
|
|
|
) {
|