packages/services/api/LifePay.ts
@@ -2,6 +2,18 @@ // @ts-ignore import { request } from '@/utils/request'; /** 添加日志 POST /api/LifePay/AddLogger */ export async function addLogger(body: API.LogErrorInput, options?: API.RequestConfig) { return request<number>('/api/LifePay/AddLogger', { method: 'POST', headers: { 'Content-Type': 'application/json', }, data: body, ...(options || {}), }); } /** 添加或修改我的户号 POST /api/LifePay/AddUpdateUserAccount */ export async function addUpdateUserAccount( body: API.AddUpdateUserAccountInput,