From 30c817b5bd6cd1d3b44afe12fac6f1a7064b8689 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期六, 28 六月 2025 15:57:23 +0800 Subject: [PATCH] feat: v2.2 --- src/services/api/TaiPing.ts | 12 ------------ 1 files changed, 0 insertions(+), 12 deletions(-) diff --git a/src/services/api/TaiPing.ts b/src/services/api/TaiPing.ts index dd32734..c0153a7 100644 --- a/src/services/api/TaiPing.ts +++ b/src/services/api/TaiPing.ts @@ -2,18 +2,6 @@ // @ts-ignore import { request } from '@/utils/request'; -/** 涓�姝ュ嚭鍗� POST /api/TaiPing/Proposal */ -export async function proposal(body: API.ProposalInput, options?: API.RequestConfig) { - return request<API.ProposalResponseData>('/api/TaiPing/Proposal', { - method: 'POST', - headers: { - 'Content-Type': 'application/json', - }, - data: body, - ...(options || {}), - }); -} - /** 澶钩淇濋櫓鎵夸繚鎴愬姛閫氱煡 POST /api/TaiPing/Success */ export async function success(body: Record<string, any>, options?: API.RequestConfig) { return request<any>('/api/TaiPing/Success', { -- Gitblit v1.9.1