From 75a69df5b11b8967d5b7d85c26596142f9e19af6 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期四, 13 三月 2025 10:24:29 +0800 Subject: [PATCH] release: @life-payment/components v0.0.10 --- packages/services/api/typings.d.ts | 50 ++++++++++++++++++++++++++++++++++++++------------ 1 files changed, 38 insertions(+), 12 deletions(-) diff --git a/packages/services/api/typings.d.ts b/packages/services/api/typings.d.ts index 287efc4..1bb20cd 100644 --- a/packages/services/api/typings.d.ts +++ b/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 { -- Gitblit v1.9.1