| | |
| | | } |
| | | |
| | | interface AddUpdateUserAccountInput { |
| | | checkChannelId?: string; |
| | | id?: string; |
| | | /** 用户编号 */ |
| | | userId?: string; |
| | |
| | | |
| | | interface LifeElectricDataCreateLifePayOrderInput { |
| | | userId?: string; |
| | | /** 渠道Id */ |
| | | /** 渠道名称 */ |
| | | channelId?: string; |
| | | checkChannelId?: string; |
| | | productData?: LifeElectricData; |
| | |
| | | |
| | | interface LifeGasDataCreateLifePayOrderInput { |
| | | userId?: string; |
| | | /** 渠道Id */ |
| | | /** 渠道名称 */ |
| | | channelId?: string; |
| | | checkChannelId?: string; |
| | | productData?: LifeGasData; |
| | |
| | | |
| | | interface LifePhoneDataCreateLifePayOrderInput { |
| | | userId?: string; |
| | | /** 渠道Id */ |
| | | /** 渠道名称 */ |
| | | channelId?: string; |
| | | checkChannelId?: string; |
| | | productData?: LifePhoneData; |
| | |
| | | } |
| | | |
| | | interface QueryUserAccountAllListInput { |
| | | checkChannelId?: string; |
| | | /** 用户Id */ |
| | | userId?: string; |
| | | lifePayOrderType?: LifePayOrderTypeEnum; |
| | |
| | | } |
| | | |
| | | interface RefundUserLifePayOrderInput { |
| | | checkChannelId?: string; |
| | | id?: string; |
| | | /** 用户Id */ |
| | | userId?: string; |