单点登录
This commit is contained in:
+8
@@ -643,4 +643,12 @@ public class LoginController {
|
||||
//String string = redisUtil.get("_verification:_phone:" + phone).toString();
|
||||
return Result.OK();
|
||||
}
|
||||
|
||||
@ApiOperation(value = "单点登录")
|
||||
@PostMapping(value = "/singleSignON")
|
||||
public Result<?> singleSignON(@RequestParam(name="code") String code) {
|
||||
Result<JSONObject> result = new Result<>();
|
||||
return result;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user