Commit dddd65f5 authored by 技术部-任文超's avatar 技术部-任文超

取消单次令牌校验(此处对解决SECBUGS-5无效),等待运维解决真实IP问题

parent bc5d1a76
......@@ -123,7 +123,7 @@ public class UserController implements IBaseController {
* @param request
* @return
*/
@OneTimeTokenValidator
// Todo @OneTimeTokenValidator
@RequestMapping("/login/fastV1")
public JsonResult loginFastV1(
@RequestParam(required = false, defaultValue = "1") Long channelId, String appChannel,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment