zhengyiming
2025-06-11 91f00f1df35a964d69f48b9f71b484e2d4ef357e
packages/services/api/typings.d.ts
@@ -15,7 +15,7 @@
    scope?: string;
  }
  type ACOOLYStatusEnum = 10 | 20 | 30 | 40 | 50 | 60;
  type ACOOLYStatusEnum = 10 | 20 | 30 | 40 | 50 | 51 | 60;
  interface ActionApiDescriptionModel {
    uniqueName?: string;
@@ -240,6 +240,10 @@
    orderNo?: string;
  }
  interface APIgetChannelConsultationByIdParams {
    id?: string;
  }
  interface APIgetChannelConsultationFollowupListParams {
    /** 渠道咨询Id */
    id?: string;
@@ -317,6 +321,10 @@
  interface APIgetParams {
    id?: string;
  }
  interface APIgetPromoterParams {
    phoneNumber?: string;
  }
  interface APIgetRolesIdRolesParams {
@@ -752,6 +760,13 @@
    phoneNumber?: string;
    /** 备注 */
    remark?: string;
  }
  interface CreateOrUpdatePromoterOutput {
    /** Id */
    id?: string;
    /** IdNumber */
    idNumber?: string;
  }
  interface CreateOrUpdateRoleInput {
@@ -1458,6 +1473,8 @@
    lifePayType?: LifePayTypeEnum;
    /** 渠道名称 */
    channelName?: string;
    /** 运营商 */
    operator?: string;
    lifePayOrderType?: LifePayOrderTypeEnum;
    /** 订单号 */
    orderNo?: string;
@@ -1499,6 +1516,8 @@
    acoolyOrderNo?: string;
    acoolyStatus?: ACOOLYStatusEnum;
    lifePayRefundStatus?: LifePayRefundStatusEnum;
    /** 订单参数详情 */
    orderParamDetailJsonStr?: string;
    /** 实际到账金额 */
    actualReceivedAmount?: number;
    actualReceivedStatus?: LifePayStatusEnum;
@@ -1758,6 +1777,13 @@
    error?: string;
  }
  interface LogFrontInput {
    userId?: string;
    message?: string;
    url?: string;
    requestTime?: string;
  }
  interface MethodParameterApiDescriptionModel {
    name?: string;
    typeAsString?: string;
@@ -2000,6 +2026,15 @@
    permissions?: PermissionGrantInfoDto[];
  }
  interface PhoneChargeOrderOutput {
    outOrderNo?: string;
    busiOrderNo?: string;
    parValue?: number;
    payAmount?: number;
    status?: string;
    statusText?: string;
  }
  interface PhoneParValueOutput {
    ispCode?: string;
    ispName?: string;
@@ -2138,6 +2173,35 @@
    operateHistoryType?: OperateHistoryTypeEnum;
  }
  interface QueryPhoneOrderRequestInput {
    requestNo?: string;
    partnerId?: string;
    service?: string;
    version?: string;
    protocol?: string;
    context?: string;
    ext?: string;
    returnUrl?: string;
    notifyUrl?: string;
    outOrderNo?: string;
    busiOrderNo?: string;
  }
  interface QueryPhoneOrderResponse {
    success?: boolean;
    requestNo?: string;
    partnerId?: string;
    service?: string;
    version?: string;
    protocol?: string;
    context?: string;
    ext?: any;
    code?: string;
    message?: string;
    detail?: string;
    phoneChargeOrder?: PhoneChargeOrderOutput;
  }
  interface QueryUserAccountAllListInput {
    pageModel?: Pagination;
    checkChannelId?: string;