Commit c4743175 authored by 吴春's avatar 吴春

11

parent 635f82ff
......@@ -4359,6 +4359,7 @@ namespace Mall.WebApi.Controllers.TradePavilion
[HttpGet]
[HttpPost]
[AllowAnonymous]
[RateValve(Policy = Policy.Ip, Limit = 60, Duration = 60)]
public ApiResult GetTradeIndexData()
{
JObject parms = JObject.Parse(RequestParm.msg.ToString());
......
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