refactor(api): 更新 API调用以使用新的请求工具- 将所有 API 调用中的 request-legacy 替换为 request

- 优化部分 API 调用的参数传递方式
- 统一导入 ApiResult 和 PageResult 类型的路径
This commit is contained in:
2025-08-18 20:39:31 +08:00
parent ef134316b0
commit 06a3b15842
128 changed files with 494 additions and 693 deletions

View File

@@ -105,7 +105,7 @@ export interface GiftCardData {
/** 过期时间 */
expireTime?: string
/** 使用时间 */
useTime?: string
takeTime?: string
/** 使用地址 */
useLocation?: string
/** 客服联系方式 */