wupengfei
2025-09-29 6b8101d9e2d6ca9d449a4087fbf065c6c31eec98
src/services/api/enterpriseWallet.ts
@@ -330,15 +330,3 @@
    }
  );
}
/** 测试阿里支付 POST /api/user/enterpriseWallet/testAliPay */
export async function testAliPay(body: API.TestAliPayCommand, options?: API.RequestConfig) {
  return request<string>('/api/user/enterpriseWallet/testAliPay', {
    method: 'POST',
    headers: {
      'Content-Type': 'application/json-patch+json',
    },
    data: body,
    ...(options || {}),
  });
}