From 25708e3f81956c1517f495e3303a6c8d08bb730c Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 25 十二月 2025 16:09:02 +0800
Subject: [PATCH] fix: 甲方小程序
---
packages/services/apiV2/typings.d.ts | 293 ++++++++++++++++++++++++----------------------------------
1 files changed, 120 insertions(+), 173 deletions(-)
diff --git a/packages/services/apiV2/typings.d.ts b/packages/services/apiV2/typings.d.ts
index 63acdd7..aeea194 100644
--- a/packages/services/apiV2/typings.d.ts
+++ b/packages/services/apiV2/typings.d.ts
@@ -730,6 +730,10 @@
interface CheckPayStandardOrderCommandResult {
payStatus?: EnumStandardOrderPayStatus;
+ /** 鏀粯鏃堕棿 */
+ payTime?: string;
+ /** 鏀粯瀹屾垚鏃堕棿 */
+ payCompletedTime?: string;
}
interface CheckReceiveTaskCommand {
@@ -755,6 +759,26 @@
checkReceiveStatus?: EnumTaskUserSubmitCheckReceiveStatus;
}
+ interface CheckRefundStandardOrderCommand {
+ /** 璁㈠崟Id锛堜簩閫変竴锛� */
+ id?: string;
+ /** 閫�娆句氦鏄撶紪鍙凤紙浜岄�変竴锛� */
+ refundCode?: string;
+ }
+
+ interface CheckRefundStandardOrderCommandResult {
+ payStatus?: EnumStandardOrderPayStatus;
+ /** 鏀粯鏃堕棿 */
+ payTime?: string;
+ /** 鏀粯瀹屾垚鏃堕棿 */
+ payCompletedTime?: string;
+ refundStatus?: EnumStandardOrderRefundStatus;
+ /** 閫�娆炬椂闂� */
+ refundTime?: string;
+ /** 閫�娆惧畬鎴愭椂闂� */
+ refundCompletedTime?: string;
+ }
+
type ChooseWxmpPhoneNumberCommand = Record<string, any>;
type ClearTaskCollectCommand = Record<string, any>;
@@ -1212,6 +1236,15 @@
Pass = 30,
}
+ enum EnumGetStandardOrdersQueryScene {
+ /**棰勭害璁㈠崟 */
+ Appointment = 10,
+ /**鏀粯璁㈠崟 */
+ Pay = 20,
+ /**缁撶畻璁㈠崟 */
+ Settlement = 30,
+ }
+
enum EnumInsuranceSupplierAccess {
/**浜鸿祫鍥� */
WaterDropCloud = 10,
@@ -1485,6 +1518,15 @@
Cancelled = 30,
}
+ enum EnumStandardOrderRefundStatus {
+ /**寰呴��娆� */
+ Wait = 10,
+ /**宸查��娆� */
+ Completed = 20,
+ /**閫�娆惧け璐� */
+ Fail = 30,
+ }
+
enum EnumStandardOrderSettlementStatus {
/**寰呯粨绠� */
Wait = 10,
@@ -2038,6 +2080,24 @@
timestamp?: number;
}
+ interface FriendlyResultCheckRefundStandardOrderCommandResult {
+ /** 璺熻釜Id */
+ traceId?: string;
+ /** 鐘舵�佺爜 */
+ code?: number;
+ /** 閿欒鐮� */
+ errorCode?: string;
+ data?: CheckRefundStandardOrderCommandResult;
+ /** 鎵ц鎴愬姛 */
+ success?: boolean;
+ /** 閿欒淇℃伅 */
+ msg?: any;
+ /** 闄勫姞鏁版嵁 */
+ extras?: any;
+ /** 鏃堕棿鎴� */
+ timestamp?: number;
+ }
+
interface FriendlyResultEnterpriseUserElectronSignCommandResult {
/** 璺熻釜Id */
traceId?: string;
@@ -3299,42 +3359,6 @@
timestamp?: number;
}
- interface FriendlyResultGetStandardOrderAppointmentsQueryResult {
- /** 璺熻釜Id */
- traceId?: string;
- /** 鐘舵�佺爜 */
- code?: number;
- /** 閿欒鐮� */
- errorCode?: string;
- data?: GetStandardOrderAppointmentsQueryResult;
- /** 鎵ц鎴愬姛 */
- success?: boolean;
- /** 閿欒淇℃伅 */
- msg?: any;
- /** 闄勫姞鏁版嵁 */
- extras?: any;
- /** 鏃堕棿鎴� */
- timestamp?: number;
- }
-
- interface FriendlyResultGetStandardOrderPaysQueryResult {
- /** 璺熻釜Id */
- traceId?: string;
- /** 鐘舵�佺爜 */
- code?: number;
- /** 閿欒鐮� */
- errorCode?: string;
- data?: GetStandardOrderPaysQueryResult;
- /** 鎵ц鎴愬姛 */
- success?: boolean;
- /** 閿欒淇℃伅 */
- msg?: any;
- /** 闄勫姞鏁版嵁 */
- extras?: any;
- /** 鏃堕棿鎴� */
- timestamp?: number;
- }
-
interface FriendlyResultGetStandardOrderQueryResult {
/** 璺熻釜Id */
traceId?: string;
@@ -3353,24 +3377,6 @@
timestamp?: number;
}
- interface FriendlyResultGetStandardOrderSettlementsQueryResult {
- /** 璺熻釜Id */
- traceId?: string;
- /** 鐘舵�佺爜 */
- code?: number;
- /** 閿欒鐮� */
- errorCode?: string;
- data?: GetStandardOrderSettlementsQueryResult;
- /** 鎵ц鎴愬姛 */
- success?: boolean;
- /** 閿欒淇℃伅 */
- msg?: any;
- /** 闄勫姞鏁版嵁 */
- extras?: any;
- /** 鏃堕棿鎴� */
- timestamp?: number;
- }
-
interface FriendlyResultGetStandardOrdersQueryResult {
/** 璺熻釜Id */
traceId?: string;
@@ -4067,6 +4073,25 @@
timestamp?: number;
}
+ interface FriendlyResultListGetStandardServicesQueryResultItem {
+ /** 璺熻釜Id */
+ traceId?: string;
+ /** 鐘舵�佺爜 */
+ code?: number;
+ /** 閿欒鐮� */
+ errorCode?: string;
+ /** 鏁版嵁 */
+ data?: GetStandardServicesQueryResultItem[];
+ /** 鎵ц鎴愬姛 */
+ success?: boolean;
+ /** 閿欒淇℃伅 */
+ msg?: any;
+ /** 闄勫姞鏁版嵁 */
+ extras?: any;
+ /** 鏃堕棿鎴� */
+ timestamp?: number;
+ }
+
interface FriendlyResultListGetUserInfoRolesQueryResultItem {
/** 璺熻釜Id */
traceId?: string;
@@ -6644,6 +6669,21 @@
remark?: string;
}
+ interface GetOpenStandardServiceListQuery {
+ /** 鍏抽敭瀛楋紙鏈嶅姟鍚�/Id锛� */
+ keywords?: string;
+ /** 宀椾綅缂栧彿 */
+ jobCode?: string;
+ /** 鍒涘缓鏃堕棿-璧峰 */
+ createdTimeBegin?: string;
+ /** 鍒涘缓鏃堕棿-鎴 */
+ createdTimeEnd?: string;
+ releaseStatus?: EnumStandardServiceReleaseStatus;
+ recommendStatus?: EnumStandardServiceRecommendStatus;
+ /** 鏄惁鏀惰棌 */
+ isCollected?: boolean;
+ }
+
interface GetOpenStandardServicesQuery {
/** 鍏抽敭瀛楋紙鏈嶅姟鍚�/Id锛� */
keywords?: string;
@@ -7910,68 +7950,6 @@
signName?: string;
}
- interface GetStandardOrderAppointmentsQuery {
- appointmentStatus?: EnumStandardOrderAppointmentStatus;
- pageModel?: PagedListQueryPageModel;
- }
-
- interface GetStandardOrderAppointmentsQueryResult {
- pageModel?: PagedListQueryResultPageModel;
- /** 鏁版嵁 */
- data?: GetStandardOrderAppointmentsQueryResultItem[];
- }
-
- interface GetStandardOrderAppointmentsQueryResultItem {
- /** 璁㈠崟Id */
- id?: string;
- /** 鏈嶅姟鍚嶇О */
- serviceName?: string;
- /** 瀹炰粯閲戦 */
- payAmount?: number;
- /** 鏈嶅姟璧峰鏃堕棿 */
- beginTime?: string;
- /** 鏈嶅姟鎴鏃堕棿 */
- endTime?: string;
- /** 鏈嶅姟鍦板潃锛堢渷甯傚尯+璇︾粏鍦板潃+闂ㄧ墝鍙凤級 */
- addressDetail?: string;
- /** 鏈嶅姟鏈烘瀯 */
- supplierEnterpriseName?: string;
- /** 鏈嶅姟浜哄憳 */
- serverNames?: string[];
- appointmentStatus?: EnumStandardOrderAppointmentStatus;
- }
-
- interface GetStandardOrderPaysQuery {
- payStatus?: EnumStandardOrderPayStatus;
- pageModel?: PagedListQueryPageModel;
- }
-
- interface GetStandardOrderPaysQueryResult {
- pageModel?: PagedListQueryResultPageModel;
- /** 鏁版嵁 */
- data?: GetStandardOrderPaysQueryResultItem[];
- }
-
- interface GetStandardOrderPaysQueryResultItem {
- /** 璁㈠崟Id */
- id?: string;
- /** 鏈嶅姟鍚嶇О */
- serviceName?: string;
- /** 瀹炰粯閲戦 */
- payAmount?: number;
- /** 鏈嶅姟璧峰鏃堕棿 */
- beginTime?: string;
- /** 鏈嶅姟鎴鏃堕棿 */
- endTime?: string;
- /** 鏈嶅姟鍦板潃锛堢渷甯傚尯+璇︾粏鍦板潃+闂ㄧ墝鍙凤級 */
- addressDetail?: string;
- /** 鏈嶅姟鏈烘瀯 */
- supplierEnterpriseName?: string;
- /** 鏈嶅姟浜哄憳 */
- serverNames?: string[];
- payStatus?: EnumStandardOrderPayStatus;
- }
-
interface GetStandardOrderQueryResult {
/** 璁㈠崟Id */
id?: string;
@@ -8054,58 +8032,8 @@
settlementAmount?: number;
}
- interface GetStandardOrderSettlementsQuery {
- /** 鍏抽敭瀛楋紙璁㈠崟鍙�/鏈嶅姟鍚�/渚涘簲鍟嗭級 */
- keywords?: string;
- settlementStatus?: EnumStandardOrderSettlementStatus;
- pageModel?: PagedListQueryPageModel;
- }
-
- interface GetStandardOrderSettlementsQueryResult {
- pageModel?: PagedListQueryResultPageModel;
- /** 鏁版嵁 */
- data?: GetStandardOrderSettlementsQueryResultItem[];
- }
-
- interface GetStandardOrderSettlementsQueryResultItem {
- /** 璁㈠崟Id */
- id?: string;
- /** 璁㈠崟鍙� */
- code?: string;
- /** 鏈嶅姟鍚嶇О */
- serviceName?: string;
- /** 鏈嶅姟鍗曞彿 */
- serviceCode?: string;
- /** 鐢叉柟浼佷笟Id */
- partyAEnterpriseId?: string;
- /** 鐢叉柟浼佷笟 */
- partyAEnterpriseName?: string;
- /** 鏈嶅姟鍦板潃锛堢渷甯傚尯+璇︾粏鍦板潃+闂ㄧ墝鍙凤級 */
- addressDetail?: string;
- /** 鏈嶅姟鏈烘瀯 */
- supplierEnterpriseName?: string;
- /** 鏈嶅姟浜哄憳 */
- serverNames?: string[];
- /** 瀹炰粯閲戦 */
- payAmount?: number;
- /** 瀹炴敹閲戦 */
- receiveAmount?: number;
- /** 鏈嶅姟璐� */
- serviceFee?: number;
- /** 缁撶畻閲戦 */
- settlementAmount?: number;
- /** 缁撶畻鍗曞彿 */
- settlementCode?: string;
- settlementStatus?: EnumStandardOrderSettlementStatus;
- /** 缁撶畻鏃堕棿 */
- settlementTime?: string;
- /** 鏈嶅姟璧峰鏃堕棿 */
- beginTime?: string;
- /** 鏈嶅姟鎴鏃堕棿 */
- endTime?: string;
- }
-
interface GetStandardOrdersQuery {
+ scene?: EnumGetStandardOrdersQueryScene;
/** 鍏抽敭瀛楋紙璁㈠崟鍙�/鏈嶅姟鍚嶏級 */
keywords?: string;
/** 涓嬪崟鏃堕棿-璧峰 */
@@ -8118,6 +8046,7 @@
payTimeEnd?: string;
appointmentStatus?: EnumStandardOrderAppointmentStatus;
payStatus?: EnumStandardOrderPayStatus;
+ settlementStatus?: EnumStandardOrderSettlementStatus;
pageModel?: PagedListQueryPageModel;
}
@@ -8136,25 +8065,39 @@
serviceName?: string;
/** 鏈嶅姟鍗曞彿 */
serviceCode?: string;
+ /** 涓嬪崟鐢ㄦ埛Id */
+ createdUserId?: string;
+ /** 涓嬪崟鐢ㄦ埛 */
+ createdUserName?: string;
+ /** 鑱旂郴鐢佃瘽 */
+ createdUserContactPhoneNumber?: string;
/** 涓嬪崟鏃堕棿 */
createdTime?: string;
- /** 鏀粯鏃堕棿 */
- payTime?: string;
appointmentStatus?: EnumStandardOrderAppointmentStatus;
- payStatus?: EnumStandardOrderPayStatus;
- settlementStatus?: EnumStandardOrderSettlementStatus;
/** 鐢叉柟浼佷笟Id */
partyAEnterpriseId?: string;
/** 鐢叉柟浼佷笟 */
partyAEnterpriseName?: string;
- /** 鑱旂郴鐢佃瘽 */
- contactPhoneNumber?: string;
+ /** 渚涘簲鍟咺d */
+ supplierEnterpriseId?: string;
+ /** 渚涘簲鍟� */
+ supplierEnterpriseName?: string;
+ /** 渚涘簲鍟嗚仈绯荤數璇� */
+ supplierContactPhoneNumber?: string;
+ payStatus?: EnumStandardOrderPayStatus;
+ /** 鏀粯瀹屾垚鏃堕棿 */
+ payCompletedTime?: string;
/** 瀹炰粯閲戦 */
payAmount?: number;
/** 瀹炴敹閲戦 */
receiveAmount?: number;
/** 鏈嶅姟璐� */
serviceFee?: number;
+ settlementStatus?: EnumStandardOrderSettlementStatus;
+ /** 缁撶畻鍗曞彿 */
+ settlementCode?: string;
+ /** 缁撶畻鏃堕棿 */
+ settlementTime?: string;
/** 缁撶畻閲戦 */
settlementAmount?: number;
}
@@ -8317,6 +8260,8 @@
file?: string;
/** 琛屼笟绫诲埆 */
industryCategoryContent?: string;
+ /** 宀椾綅缂栧彿 */
+ jobCode?: string;
/** 宀椾綅 */
jobContent?: string;
/** 鏈嶅姟鍚� */
@@ -8329,6 +8274,8 @@
recommendStatus?: EnumStandardServiceRecommendStatus;
/** 鏄惁鏀惰棌 */
isCollection?: boolean;
+ /** 鏀惰棌鏃堕棿 */
+ collectionTime?: string;
/** 鍒涘缓鏃堕棿 */
createdTime?: string;
/** 渚涘簲鍟嗘暟閲� */
--
Gitblit v1.10.0