zhengyiming
1 天以前 f6748abe2ad85f0600f905f22f92f53e603b885d
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',