Commit f86aac88 authored by 赵啸非's avatar 赵啸非

统计部门入驻事项

parent e6b69eaf
...@@ -3,7 +3,6 @@ package com.mortals.xhx.busiz.web; ...@@ -3,7 +3,6 @@ package com.mortals.xhx.busiz.web;
import cn.hutool.core.codec.Base64; import cn.hutool.core.codec.Base64;
import cn.hutool.http.HttpUtil; import cn.hutool.http.HttpUtil;
import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSON;
import com.mortals.framework.annotation.TokenBucketLimit;
import com.mortals.framework.annotation.UnAuth; import com.mortals.framework.annotation.UnAuth;
import com.mortals.framework.common.Rest; import com.mortals.framework.common.Rest;
import com.mortals.framework.model.PageInfo; import com.mortals.framework.model.PageInfo;
...@@ -324,7 +323,7 @@ public class DemoWebApiController { ...@@ -324,7 +323,7 @@ public class DemoWebApiController {
@PostMapping(value = "limit") @PostMapping(value = "limit")
@UnAuth @UnAuth
@TokenBucketLimit //@TokenBucketLimit
public Rest<String> limit() { public Rest<String> limit() {
log.info("limit in"); log.info("limit in");
try { try {
......
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