Merge branch 'master' of http://121.40.234.130:8899/root/wuHanXinRui
This commit is contained in:
@@ -10,6 +10,7 @@ import lombok.RequiredArgsConstructor;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import com.alibaba.fastjson.JSONObject;
|
||||
import org.nl.annotation.Log;
|
||||
import org.nl.annotation.rest.AnonymousPostMapping;
|
||||
import org.nl.config.RsaProperties;
|
||||
import org.nl.exception.BadRequestException;
|
||||
import org.nl.modules.security.config.bean.SecurityProperties;
|
||||
@@ -57,7 +58,7 @@ public class HandLoginController {
|
||||
private final TokenProvider tokenProvider;
|
||||
private final OnlineUserService onlineUserService;
|
||||
|
||||
@PostMapping("/handlogin")
|
||||
@AnonymousPostMapping("/handlogin")
|
||||
@Log("手持登陆验证")
|
||||
@ApiOperation("手持登陆验证")
|
||||
public ResponseEntity<Object> handlogin(@RequestBody Map<String, String> whereJson, HttpServletRequest request) {
|
||||
|
||||
Reference in New Issue
Block a user