zhengyiming
2025-03-13 9c680ea2c5938d26065232d3a658a9a615e1f827
packages/services/api/typings.d.ts
@@ -518,6 +518,7 @@
  }
  interface AddUpdateUserAccountInput {
    checkChannelId?: string;
    id?: string;
    /** 用户编号 */
    userId?: string;
@@ -12329,7 +12330,7 @@
  interface LifeElectricDataCreateLifePayOrderInput {
    userId?: string;
    /** 渠道Id */
    /** 渠道名称 */
    channelId?: string;
    checkChannelId?: string;
    productData?: LifeElectricData;
@@ -12350,7 +12351,7 @@
  interface LifeGasDataCreateLifePayOrderInput {
    userId?: string;
    /** 渠道Id */
    /** 渠道名称 */
    channelId?: string;
    checkChannelId?: string;
    productData?: LifeGasData;
@@ -12445,7 +12446,7 @@
  interface LifePhoneDataCreateLifePayOrderInput {
    userId?: string;
    /** 渠道Id */
    /** 渠道名称 */
    channelId?: string;
    checkChannelId?: string;
    productData?: LifePhoneData;
@@ -16444,6 +16445,7 @@
  }
  interface QueryUserAccountAllListInput {
    checkChannelId?: string;
    /** 用户Id */
    userId?: string;
    lifePayOrderType?: LifePayOrderTypeEnum;
@@ -16965,6 +16967,7 @@
  }
  interface RefundUserLifePayOrderInput {
    checkChannelId?: string;
    id?: string;
    /** 用户Id */
    userId?: string;