| | |
| | | constructor({ axiosConfig }: BlLifeRechargeServicesOptions<TResponse, TRequestOptions>) { |
| | | this.request = Request.create({ |
| | | ...axiosConfig, |
| | | // baseURL: isWeb ? process.env.BASE_URL_H5 : process.env.BASE_URL, |
| | | // baseURL: process.env.NODE_ENV === 'development' ? '/' : 'https://api.81812333.com', |
| | | timeout: 10 * 1000, |
| | | headers: { |
| | | Accept: 'application/json, text/plain, */*', |
| | |
| | | lifePayType?: LifeRechargeConstants.LifePayTypeEnum; |
| | | openId?: string; |
| | | attach?: string; |
| | | payAppId?: string; |
| | | } |
| | | |
| | | export interface ModelPaymentMiniPay { |