feat: 验证码请求限流处理
This commit is contained in:
@ -72,3 +72,8 @@ export const getImagePreSignedUrl = (params = {}) => {
|
||||
export const getVideoPreSignedUrl = (params = {}) => {
|
||||
return Http.get('/v1/oss/video-pre-signed-url', params);
|
||||
};
|
||||
|
||||
// 清除限流
|
||||
export const postClearRateLimiter = (params = {}) => {
|
||||
return Http.post(`/v1/rate-limiter/clear`, params);
|
||||
};
|
||||
Reference in New Issue
Block a user