zhengyiming
2025-02-24 c08d65c56e8b90bdef300ac45e5545c944f7eacc
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',