VO,
This commit is contained in:
@@ -236,6 +236,9 @@ public class UserInfoController {
|
||||
*/
|
||||
@PostMapping("/login")
|
||||
public Result<Map<String, Object>> detail(@RequestBody UserInfo userInfo) {
|
||||
if (userInfo == null){
|
||||
throw new MsgException("请输入用户名密码");
|
||||
}
|
||||
Map<String, Object> login = userInfoNewService.login(userInfo.getLoginName(), userInfo.getPassword());
|
||||
return ResultGenerator.genSuccessResult(login);
|
||||
}
|
||||
|
||||
@@ -69,6 +69,7 @@ public class TokenRegistryInterceptor extends HandlerInterceptorAdapter {
|
||||
limitUri.add("/api/systemConfig/updateSystemVersion");
|
||||
limitUri.add("/api/lkl/querySubMerInfo");
|
||||
limitUri.add("/api/lkl/lklCallBack");
|
||||
limitUri.add("/api/lkl/lklCallBackVoiceBox");
|
||||
limitUri.add("/api/lkl/queryMerchantChannelStatus");
|
||||
limitUri.add("/api/auditCallback/tradeCallBack");
|
||||
limitUri.add("/api/merchantOrder/posTradeQuery");
|
||||
|
||||
Reference in New Issue
Block a user