wupengfei
2025-11-21 8e8b54a9a91fb174c368f51d8b0b2850faf58342
src/services/api/TaiPing.ts
@@ -4,7 +4,7 @@
/** 一步出单 POST /api/TaiPing/Proposal */
export async function proposal(body: API.ProposalInput, options?: API.RequestConfig) {
  return request<API.ProposalResponseData>('/api/TaiPing/Proposal', {
  return request<API.ProposalOutput>('/api/TaiPing/Proposal', {
    method: 'POST',
    headers: {
      'Content-Type': 'application/json',