zhengyiming
22 小时以前 62287d09f9f5f1135163359fa18fd1fc4f8b2bc6
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',