|
@@ -69,6 +69,7 @@ func Check(appID string, productID int, c *gin.Context, getData func() ([]map[st
|
|
Exists, _ := redis.Exists("limit", limitrate)
|
|
Exists, _ := redis.Exists("limit", limitrate)
|
|
response.FailWithDetailed(response.CallRate, nil, "请求频率过快,请稍后重试", c)
|
|
response.FailWithDetailed(response.CallRate, nil, "请求频率过快,请稍后重试", c)
|