| | |
| | | }); |
| | | } |
| | | |
| | | /** 此处后端没有提供注释 GET /api/Test/TestAddLifePayRate */ |
| | | export async function testAddLifePayRate(options?: API.RequestConfig) { |
| | | return request<any>('/api/Test/TestAddLifePayRate', { |
| | | method: 'GET', |
| | | ...(options || {}), |
| | | }); |
| | | } |
| | | |
| | | /** 此处后端没有提供注释 GET /api/Test/TestEventBusSendPhoneMessge */ |
| | | export async function testEventBusSendPhoneMessge( |
| | | // 叠加生成的Param类型 (非body参数swagger默认没有生成对象) |
| | |
| | | }); |
| | | } |
| | | |
| | | /** 此处后端没有提供注释 GET /api/Test/TestH5Pay */ |
| | | export async function testH5Pay( |
| | | // 叠加生成的Param类型 (非body参数swagger默认没有生成对象) |
| | | params: API.APItestH5PayParams, |
| | | options?: API.RequestConfig |
| | | ) { |
| | | return request<string>('/api/Test/TestH5Pay', { |
| | | method: 'GET', |
| | | params: { |
| | | ...params, |
| | | }, |
| | | ...(options || {}), |
| | | }); |
| | | } |
| | | |
| | | /** 此处后端没有提供注释 GET /api/Test/TestQRCodePay */ |
| | | export async function testQRCodePay( |
| | | // 叠加生成的Param类型 (非body参数swagger默认没有生成对象) |