wupengfei
2025-02-25 e7b532e0514eae9c426465da6e6f922e6e9a0696
packages/services/api/Test.ts
@@ -114,6 +114,14 @@
  });
}
/** 此处后端没有提供注释 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默认没有生成对象)