zhengyiming
2025-03-13 75a69df5b11b8967d5b7d85c26596142f9e19af6
packages/services/api/typings.d.ts
@@ -518,6 +518,7 @@
  }
  interface AddUpdateUserAccountInput {
    checkChannelId?: string;
    id?: string;
    /** 用户编号 */
    userId?: string;
@@ -1592,10 +1593,6 @@
    id?: string;
  }
  interface APIgetPayStatusByOrderNoParams {
    orderNo?: string;
  }
  interface APIgetPersonalAttestationParams {
    /** 用户认证Id */
    id?: string;
@@ -1712,6 +1709,10 @@
    id?: string;
  }
  interface APIgetUserAccountDetailParams {
    id?: string;
  }
  interface APIgetUserCanAuthProductListParams {
    companyId?: string;
  }
@@ -1738,6 +1739,10 @@
  interface APIgetUserFollowInfoParams {
    userId?: string;
  }
  interface APIgetUserLifePayOrderDetailParams {
    orderNo?: string;
  }
  interface APIgetUserLifePayOrderRefundParams {
@@ -2980,6 +2985,10 @@
    currentPassword: string;
    /** 短信验证码 */
    verificationCode: string;
  }
  interface ChannelsBaseInput {
    checkChannelId?: string;
  }
  type ChargeTypeEnum = 1 | 2;
@@ -6326,7 +6335,7 @@
    code?: string;
    message?: string;
    detail?: string;
    gasParValue?: GasParValueOutput;
    gasParValue?: GasParValueOutput[];
  }
  interface GasSupportMerchantInfos {
@@ -7890,6 +7899,12 @@
    openId?: string;
    attach?: string;
    payAppId?: string;
    checkChannelId?: string;
  }
  interface GetPayStatusByOrderNoInput {
    checkChannelId?: string;
    orderNo?: string;
  }
  interface GetPermissionListResultDto {
@@ -12315,8 +12330,9 @@
  interface LifeElectricDataCreateLifePayOrderInput {
    userId?: string;
    /** 渠道Id */
    /** 渠道名称 */
    channelId?: string;
    checkChannelId?: string;
    productData?: LifeElectricData;
  }
@@ -12335,8 +12351,9 @@
  interface LifeGasDataCreateLifePayOrderInput {
    userId?: string;
    /** 渠道Id */
    /** 渠道名称 */
    channelId?: string;
    checkChannelId?: string;
    productData?: LifeGasData;
  }
@@ -12350,6 +12367,8 @@
    /** 用户手机号 */
    phoneNumber?: string;
    lifePayType?: LifePayTypeEnum;
    /** 渠道名称 */
    channelName?: string;
    lifePayOrderType?: LifePayOrderTypeEnum;
    /** 订单号 */
    orderNo?: string;
@@ -12389,6 +12408,7 @@
  type LifePayOrderTypeEnum = 10 | 20 | 30;
  interface LifePayPhoneMesssageCodeLoginInput {
    checkChannelId?: string;
    /** 手机号 */
    phoneNumber: string;
  }
@@ -12426,8 +12446,9 @@
  interface LifePhoneDataCreateLifePayOrderInput {
    userId?: string;
    /** 渠道Id */
    /** 渠道名称 */
    channelId?: string;
    checkChannelId?: string;
    productData?: LifePhoneData;
  }
@@ -13706,7 +13727,8 @@
    | 30
    | 31
    | 32
    | 40;
    | 40
    | 42;
  interface OrderChangedBzContentInput {
    outBizNo?: string;
@@ -16253,6 +16275,7 @@
    userId?: string;
    /** 搜索关键词 */
    keyWords?: string;
    checkChannelId?: string;
  }
  interface QueryMatchMakingApplyByOrderInput {
@@ -16422,6 +16445,7 @@
  }
  interface QueryUserAccountAllListInput {
    checkChannelId?: string;
    /** 用户Id */
    userId?: string;
    lifePayOrderType?: LifePayOrderTypeEnum;
@@ -16943,6 +16967,7 @@
  }
  interface RefundUserLifePayOrderInput {
    checkChannelId?: string;
    id?: string;
    /** 用户Id */
    userId?: string;
@@ -17646,6 +17671,7 @@
    h5Type?: string;
    openId?: string;
    attach?: string;
    checkChannelId?: string;
  }
  interface SetManyContractTemplateHandSignKeyInput {
@@ -19548,7 +19574,7 @@
    staffCount?: number;
  }
  interface UserAccountListOutput {
  interface UserAccountOutput {
    id?: string;
    lifePayType?: LifePayOrderTypeEnum;
    /** 运营商 */
@@ -19568,10 +19594,10 @@
    isDeleted?: boolean;
  }
  interface UserAccountListOutputPageOutput {
  interface UserAccountOutputPageOutput {
    pageModel?: Pagination;
    objectData?: any;
    data?: UserAccountListOutput[];
    data?: UserAccountOutput[];
  }
  interface UserAttentionsDto {