From db365a5eff31c040c42463df4966bf34a5de6a6d Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期三, 12 三月 2025 15:00:42 +0800 Subject: [PATCH] fix: 二期需求 --- packages/services/api/typings.d.ts | 41 ++++++++++++++++++++++++++++++++--------- 1 files changed, 32 insertions(+), 9 deletions(-) diff --git a/packages/services/api/typings.d.ts b/packages/services/api/typings.d.ts index 287efc4..6ada37f 100644 --- a/packages/services/api/typings.d.ts +++ b/packages/services/api/typings.d.ts @@ -1592,10 +1592,6 @@ id?: string; } - interface APIgetPayStatusByOrderNoParams { - orderNo?: string; - } - interface APIgetPersonalAttestationParams { /** 鐢ㄦ埛璁よ瘉Id */ id?: string; @@ -1712,6 +1708,10 @@ id?: string; } + interface APIgetUserAccountDetailParams { + id?: string; + } + interface APIgetUserCanAuthProductListParams { companyId?: string; } @@ -1738,6 +1738,10 @@ interface APIgetUserFollowInfoParams { userId?: string; + } + + interface APIgetUserLifePayOrderDetailParams { + orderNo?: string; } interface APIgetUserLifePayOrderRefundParams { @@ -2980,6 +2984,10 @@ currentPassword: string; /** 鐭俊楠岃瘉鐮� */ verificationCode: string; + } + + interface ChannelsBaseInput { + checkChannelId?: string; } type ChargeTypeEnum = 1 | 2; @@ -6326,7 +6334,7 @@ code?: string; message?: string; detail?: string; - gasParValue?: GasParValueOutput; + gasParValue?: GasParValueOutput[]; } interface GasSupportMerchantInfos { @@ -7890,6 +7898,12 @@ openId?: string; attach?: string; payAppId?: string; + checkChannelId?: string; + } + + interface GetPayStatusByOrderNoInput { + checkChannelId?: string; + orderNo?: string; } interface GetPermissionListResultDto { @@ -12317,6 +12331,7 @@ userId?: string; /** 娓犻亾Id */ channelId?: string; + checkChannelId?: string; productData?: LifeElectricData; } @@ -12337,6 +12352,7 @@ userId?: string; /** 娓犻亾Id */ channelId?: string; + checkChannelId?: string; productData?: LifeGasData; } @@ -12350,6 +12366,8 @@ /** 鐢ㄦ埛鎵嬫満鍙� */ phoneNumber?: string; lifePayType?: LifePayTypeEnum; + /** 娓犻亾鍚嶇О */ + channelName?: string; lifePayOrderType?: LifePayOrderTypeEnum; /** 璁㈠崟鍙� */ orderNo?: string; @@ -12389,6 +12407,7 @@ type LifePayOrderTypeEnum = 10 | 20 | 30; interface LifePayPhoneMesssageCodeLoginInput { + checkChannelId?: string; /** 鎵嬫満鍙� */ phoneNumber: string; } @@ -12428,6 +12447,7 @@ userId?: string; /** 娓犻亾Id */ channelId?: string; + checkChannelId?: string; productData?: LifePhoneData; } @@ -13706,7 +13726,8 @@ | 30 | 31 | 32 - | 40; + | 40 + | 42; interface OrderChangedBzContentInput { outBizNo?: string; @@ -16253,6 +16274,7 @@ userId?: string; /** 鎼滅储鍏抽敭璇� */ keyWords?: string; + checkChannelId?: string; } interface QueryMatchMakingApplyByOrderInput { @@ -17646,6 +17668,7 @@ h5Type?: string; openId?: string; attach?: string; + checkChannelId?: string; } interface SetManyContractTemplateHandSignKeyInput { @@ -19548,7 +19571,7 @@ staffCount?: number; } - interface UserAccountListOutput { + interface UserAccountOutput { id?: string; lifePayType?: LifePayOrderTypeEnum; /** 杩愯惀鍟� */ @@ -19568,10 +19591,10 @@ isDeleted?: boolean; } - interface UserAccountListOutputPageOutput { + interface UserAccountOutputPageOutput { pageModel?: Pagination; objectData?: any; - data?: UserAccountListOutput[]; + data?: UserAccountOutput[]; } interface UserAttentionsDto { -- Gitblit v1.9.1