packages/core/src/lifeRechargeServices.ts
@@ -326,6 +326,18 @@ ...(options || {}), }); } /** 获取渠道折扣 GET /api/LifePay/GetChannelRate */ async getChannelRate(body: ChannelsBaseInput, options?: RequestConfig) { return this.request<ChannelRateOutput>('/api/LifePay/GetChannelRate', { method: 'POST', headers: { 'Content-Type': 'application/json', }, data: body, ...(options || {}), }); } } export interface PhoneMesssageCodeLoginInput { @@ -757,3 +769,7 @@ } export type IntroInfoTypeEnum = 0 | 1 | 2 | 3 | 4; export interface ChannelRateOutput { channlesRate?: number; }