perf: 524错误时重试3次

This commit is contained in:
xiaojunnuo
2026-04-27 23:51:27 +08:00
parent 9c7b419e8f
commit 00e6d580c2
6 changed files with 31 additions and 76 deletions
@@ -20,5 +20,6 @@ export async function getTodayVipOrderCount() {
return await request({
url: "/sys/plus/getTodayVipOrderCount",
method: "post",
showErrorNotify: false,
});
}