From e87c3609ddc114922187949fba7f59cc62101fa2 Mon Sep 17 00:00:00 2001 From: wwwwwwwww <526125649@qq.com> Date: Wed, 10 Jun 2026 14:58:32 +0800 Subject: [PATCH] 1 --- video-gen-app/src/api/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/video-gen-app/src/api/index.ts b/video-gen-app/src/api/index.ts index 84103f5d..d4f956bc 100644 --- a/video-gen-app/src/api/index.ts +++ b/video-gen-app/src/api/index.ts @@ -334,8 +334,6 @@ export async function getPaymentOrders(): Promise { export async function cancelPaymentOrder(orderNo: string): Promise { return api.post(`/payments/orders/${orderNo}/cancel`); } -} - export async function getCreditRatios(): Promise { return api.get('/credits/ratios');