zhengyiming
2025-02-24 03047a382e6f0f1945be32e28fd65e6b31817dfa
packages/services/api/LifePay.ts
@@ -118,7 +118,7 @@
  body: API.RefundLifePayOrderInput,
  options?: API.RequestConfig
) {
  return request<any>('/api/LifePay/RefundLifePayOrder', {
  return request<number>('/api/LifePay/RefundLifePayOrder', {
    method: 'POST',
    headers: {
      'Content-Type': 'application/json',