@antchain/ato 1.15.69 → 1.16.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +1368 -36
- package/dist/client.js +4193 -2137
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +6637 -3528
package/dist/client.d.ts
CHANGED
|
@@ -34,6 +34,20 @@ export declare class Config extends $tea.Model {
|
|
|
34
34
|
[key: string]: any;
|
|
35
35
|
});
|
|
36
36
|
}
|
|
37
|
+
export declare class ProductSpecOption extends $tea.Model {
|
|
38
|
+
specKey?: string;
|
|
39
|
+
displayName?: string;
|
|
40
|
+
specValue?: string;
|
|
41
|
+
static names(): {
|
|
42
|
+
[key: string]: string;
|
|
43
|
+
};
|
|
44
|
+
static types(): {
|
|
45
|
+
[key: string]: any;
|
|
46
|
+
};
|
|
47
|
+
constructor(map?: {
|
|
48
|
+
[key: string]: any;
|
|
49
|
+
});
|
|
50
|
+
}
|
|
37
51
|
export declare class FileInfo extends $tea.Model {
|
|
38
52
|
fileName: string;
|
|
39
53
|
fileKey: string;
|
|
@@ -60,6 +74,20 @@ export declare class PaymentItem extends $tea.Model {
|
|
|
60
74
|
[key: string]: any;
|
|
61
75
|
});
|
|
62
76
|
}
|
|
77
|
+
export declare class ProductSpecValue extends $tea.Model {
|
|
78
|
+
specValue?: string;
|
|
79
|
+
imageFileKey?: string;
|
|
80
|
+
largeImageFileKey?: string;
|
|
81
|
+
static names(): {
|
|
82
|
+
[key: string]: string;
|
|
83
|
+
};
|
|
84
|
+
static types(): {
|
|
85
|
+
[key: string]: any;
|
|
86
|
+
};
|
|
87
|
+
constructor(map?: {
|
|
88
|
+
[key: string]: any;
|
|
89
|
+
});
|
|
90
|
+
}
|
|
63
91
|
export declare class ScalperQueryOrderItem extends $tea.Model {
|
|
64
92
|
orderItemsName?: string;
|
|
65
93
|
orderItemsQuantity?: number;
|
|
@@ -74,6 +102,46 @@ export declare class ScalperQueryOrderItem extends $tea.Model {
|
|
|
74
102
|
[key: string]: any;
|
|
75
103
|
});
|
|
76
104
|
}
|
|
105
|
+
export declare class LeasePriceProp extends $tea.Model {
|
|
106
|
+
merchantSkuId?: string;
|
|
107
|
+
productSpecOptionList?: ProductSpecOption[];
|
|
108
|
+
specImageFileKey?: string;
|
|
109
|
+
largeSpecImageFileKey?: string;
|
|
110
|
+
originTotalRentMoney?: number;
|
|
111
|
+
totalRentMoney?: number;
|
|
112
|
+
originDailyRentMoney?: number;
|
|
113
|
+
dailyRentMoney?: number;
|
|
114
|
+
stockQuantity?: number;
|
|
115
|
+
renewPrice?: number;
|
|
116
|
+
buyoutPrice?: number;
|
|
117
|
+
forSale?: boolean;
|
|
118
|
+
static names(): {
|
|
119
|
+
[key: string]: string;
|
|
120
|
+
};
|
|
121
|
+
static types(): {
|
|
122
|
+
[key: string]: any;
|
|
123
|
+
};
|
|
124
|
+
constructor(map?: {
|
|
125
|
+
[key: string]: any;
|
|
126
|
+
});
|
|
127
|
+
}
|
|
128
|
+
export declare class MerchantPerformanceRedeemResultInfo extends $tea.Model {
|
|
129
|
+
redeemWay?: string;
|
|
130
|
+
redeemTime?: string;
|
|
131
|
+
redeemReason?: string;
|
|
132
|
+
redeemType?: string;
|
|
133
|
+
redeemAmount?: number;
|
|
134
|
+
redeemStatus?: string;
|
|
135
|
+
static names(): {
|
|
136
|
+
[key: string]: string;
|
|
137
|
+
};
|
|
138
|
+
static types(): {
|
|
139
|
+
[key: string]: any;
|
|
140
|
+
};
|
|
141
|
+
constructor(map?: {
|
|
142
|
+
[key: string]: any;
|
|
143
|
+
});
|
|
144
|
+
}
|
|
77
145
|
export declare class SingleTermDetail extends $tea.Model {
|
|
78
146
|
periodNum: number;
|
|
79
147
|
payAmount: number;
|
|
@@ -87,6 +155,20 @@ export declare class SingleTermDetail extends $tea.Model {
|
|
|
87
155
|
[key: string]: any;
|
|
88
156
|
});
|
|
89
157
|
}
|
|
158
|
+
export declare class ProductSpecConfig extends $tea.Model {
|
|
159
|
+
specKey?: string;
|
|
160
|
+
displayName?: string;
|
|
161
|
+
specValueList?: ProductSpecValue[];
|
|
162
|
+
static names(): {
|
|
163
|
+
[key: string]: string;
|
|
164
|
+
};
|
|
165
|
+
static types(): {
|
|
166
|
+
[key: string]: any;
|
|
167
|
+
};
|
|
168
|
+
constructor(map?: {
|
|
169
|
+
[key: string]: any;
|
|
170
|
+
});
|
|
171
|
+
}
|
|
90
172
|
export declare class OperationDivideTransInDetailInfo extends $tea.Model {
|
|
91
173
|
transInName?: string;
|
|
92
174
|
transInUserId?: string;
|
|
@@ -202,6 +284,8 @@ export declare class MerchantOrderRepayStrategy extends $tea.Model {
|
|
|
202
284
|
leaseTermIndex?: number;
|
|
203
285
|
payMoney?: number;
|
|
204
286
|
toCompensateDate?: string;
|
|
287
|
+
fundId?: string;
|
|
288
|
+
fundCompanyName?: string;
|
|
205
289
|
static names(): {
|
|
206
290
|
[key: string]: string;
|
|
207
291
|
};
|
|
@@ -319,6 +403,7 @@ export declare class OrderInfo extends $tea.Model {
|
|
|
319
403
|
merchantName?: string;
|
|
320
404
|
divideStartTermIndex?: number;
|
|
321
405
|
promotionId?: string;
|
|
406
|
+
fundMode?: string;
|
|
322
407
|
static names(): {
|
|
323
408
|
[key: string]: string;
|
|
324
409
|
};
|
|
@@ -563,6 +648,7 @@ export declare class OrderFulfillmentInfo extends $tea.Model {
|
|
|
563
648
|
returnTime?: string;
|
|
564
649
|
returnWay?: string;
|
|
565
650
|
returnVoucherSerial?: string;
|
|
651
|
+
alipayTradeNo?: string;
|
|
566
652
|
static names(): {
|
|
567
653
|
[key: string]: string;
|
|
568
654
|
};
|
|
@@ -677,7 +763,9 @@ export declare class MerchantOrderFulfillmentInfo extends $tea.Model {
|
|
|
677
763
|
totalMoney?: number;
|
|
678
764
|
returnTime?: string;
|
|
679
765
|
returnVoucherSerial?: string;
|
|
766
|
+
alipayTradeNo?: string;
|
|
680
767
|
fundCompanyName?: string;
|
|
768
|
+
paymentDescription?: string;
|
|
681
769
|
static names(): {
|
|
682
770
|
[key: string]: string;
|
|
683
771
|
};
|
|
@@ -756,6 +844,19 @@ export declare class ApplicationInfo extends $tea.Model {
|
|
|
756
844
|
[key: string]: any;
|
|
757
845
|
});
|
|
758
846
|
}
|
|
847
|
+
export declare class MerchantPerformanceRepaySupportInfo extends $tea.Model {
|
|
848
|
+
supportRepay?: boolean;
|
|
849
|
+
termIndex?: number;
|
|
850
|
+
static names(): {
|
|
851
|
+
[key: string]: string;
|
|
852
|
+
};
|
|
853
|
+
static types(): {
|
|
854
|
+
[key: string]: any;
|
|
855
|
+
};
|
|
856
|
+
constructor(map?: {
|
|
857
|
+
[key: string]: any;
|
|
858
|
+
});
|
|
859
|
+
}
|
|
759
860
|
export declare class ItemDetail extends $tea.Model {
|
|
760
861
|
goodsCategory?: string;
|
|
761
862
|
itemName?: string;
|
|
@@ -948,6 +1049,20 @@ export declare class RiskStrategy extends $tea.Model {
|
|
|
948
1049
|
[key: string]: any;
|
|
949
1050
|
});
|
|
950
1051
|
}
|
|
1052
|
+
export declare class LeasePricePlan extends $tea.Model {
|
|
1053
|
+
rentalPlan?: string;
|
|
1054
|
+
rentalPeriod?: number;
|
|
1055
|
+
leasePricePropList?: LeasePriceProp[];
|
|
1056
|
+
static names(): {
|
|
1057
|
+
[key: string]: string;
|
|
1058
|
+
};
|
|
1059
|
+
static types(): {
|
|
1060
|
+
[key: string]: any;
|
|
1061
|
+
};
|
|
1062
|
+
constructor(map?: {
|
|
1063
|
+
[key: string]: any;
|
|
1064
|
+
});
|
|
1065
|
+
}
|
|
951
1066
|
export declare class KnowledgeInfo extends $tea.Model {
|
|
952
1067
|
tenantId?: string;
|
|
953
1068
|
id?: number;
|
|
@@ -1035,6 +1150,20 @@ export declare class OrderContractInfo extends $tea.Model {
|
|
|
1035
1150
|
[key: string]: any;
|
|
1036
1151
|
});
|
|
1037
1152
|
}
|
|
1153
|
+
export declare class MerchantPerformanceRedeemInfo extends $tea.Model {
|
|
1154
|
+
supportRedeem?: boolean;
|
|
1155
|
+
supportRedeemTypeList?: string[];
|
|
1156
|
+
merchantPerformanceRedeemResultInfo?: MerchantPerformanceRedeemResultInfo;
|
|
1157
|
+
static names(): {
|
|
1158
|
+
[key: string]: string;
|
|
1159
|
+
};
|
|
1160
|
+
static types(): {
|
|
1161
|
+
[key: string]: any;
|
|
1162
|
+
};
|
|
1163
|
+
constructor(map?: {
|
|
1164
|
+
[key: string]: any;
|
|
1165
|
+
});
|
|
1166
|
+
}
|
|
1038
1167
|
export declare class PendingEventInfo extends $tea.Model {
|
|
1039
1168
|
eventId?: string;
|
|
1040
1169
|
type?: string;
|
|
@@ -1190,6 +1319,34 @@ export declare class OrderGoodsModel extends $tea.Model {
|
|
|
1190
1319
|
[key: string]: any;
|
|
1191
1320
|
});
|
|
1192
1321
|
}
|
|
1322
|
+
export declare class PlatformProductInfoResp extends $tea.Model {
|
|
1323
|
+
applyStatus?: string;
|
|
1324
|
+
refuseReason?: string;
|
|
1325
|
+
platformProductId?: string;
|
|
1326
|
+
merchantProductId?: string;
|
|
1327
|
+
productName?: string;
|
|
1328
|
+
firstCoverImageUrl?: string;
|
|
1329
|
+
largeFirstCoverImageUrl?: string;
|
|
1330
|
+
displayStatus?: string;
|
|
1331
|
+
specConfigList?: ProductSpecConfig[];
|
|
1332
|
+
rentalPlan?: string[];
|
|
1333
|
+
rentalPeriod?: number[];
|
|
1334
|
+
supportRenew?: boolean;
|
|
1335
|
+
supportBuyout?: boolean;
|
|
1336
|
+
lowestDailyRentMoney?: number;
|
|
1337
|
+
lowestDailyRentMoneyYuan?: string;
|
|
1338
|
+
highestDailyRentMoney?: number;
|
|
1339
|
+
highestDailyRentMoneyYuan?: string;
|
|
1340
|
+
static names(): {
|
|
1341
|
+
[key: string]: string;
|
|
1342
|
+
};
|
|
1343
|
+
static types(): {
|
|
1344
|
+
[key: string]: any;
|
|
1345
|
+
};
|
|
1346
|
+
constructor(map?: {
|
|
1347
|
+
[key: string]: any;
|
|
1348
|
+
});
|
|
1349
|
+
}
|
|
1193
1350
|
export declare class DeliveryDetail extends $tea.Model {
|
|
1194
1351
|
receiverName?: string;
|
|
1195
1352
|
receiverMobile?: string;
|
|
@@ -1221,6 +1378,25 @@ export declare class AgreementPage extends $tea.Model {
|
|
|
1221
1378
|
[key: string]: any;
|
|
1222
1379
|
});
|
|
1223
1380
|
}
|
|
1381
|
+
export declare class BatchLoanResultData extends $tea.Model {
|
|
1382
|
+
bizNo?: string;
|
|
1383
|
+
status?: string;
|
|
1384
|
+
type?: string;
|
|
1385
|
+
createTime?: string;
|
|
1386
|
+
agreeLoanCount?: number;
|
|
1387
|
+
rejectLoanCount?: number;
|
|
1388
|
+
loanFailCount?: number;
|
|
1389
|
+
fileUrl?: string;
|
|
1390
|
+
static names(): {
|
|
1391
|
+
[key: string]: string;
|
|
1392
|
+
};
|
|
1393
|
+
static types(): {
|
|
1394
|
+
[key: string]: any;
|
|
1395
|
+
};
|
|
1396
|
+
constructor(map?: {
|
|
1397
|
+
[key: string]: any;
|
|
1398
|
+
});
|
|
1399
|
+
}
|
|
1224
1400
|
export declare class FundMngLoanApplyResult extends $tea.Model {
|
|
1225
1401
|
loanApplyStatus?: string;
|
|
1226
1402
|
loanFailReason?: string;
|
|
@@ -1393,6 +1569,20 @@ export declare class LegalInfo extends $tea.Model {
|
|
|
1393
1569
|
[key: string]: any;
|
|
1394
1570
|
});
|
|
1395
1571
|
}
|
|
1572
|
+
export declare class TemplateArgs extends $tea.Model {
|
|
1573
|
+
templateId: string;
|
|
1574
|
+
templateVersion?: string;
|
|
1575
|
+
templateArgs?: string;
|
|
1576
|
+
static names(): {
|
|
1577
|
+
[key: string]: string;
|
|
1578
|
+
};
|
|
1579
|
+
static types(): {
|
|
1580
|
+
[key: string]: any;
|
|
1581
|
+
};
|
|
1582
|
+
constructor(map?: {
|
|
1583
|
+
[key: string]: any;
|
|
1584
|
+
});
|
|
1585
|
+
}
|
|
1396
1586
|
export declare class OrderFinanceInfo extends $tea.Model {
|
|
1397
1587
|
totalMoney?: number;
|
|
1398
1588
|
applyStatus?: string;
|
|
@@ -1508,6 +1698,8 @@ export declare class PagequeryInnerFundmngfinanceorderRequest extends $tea.Model
|
|
|
1508
1698
|
loanStatus?: string;
|
|
1509
1699
|
fundName?: string;
|
|
1510
1700
|
isLoanApplyFail?: boolean;
|
|
1701
|
+
fundMode?: string;
|
|
1702
|
+
traceId: string;
|
|
1511
1703
|
pageInfo: PageQuery;
|
|
1512
1704
|
static names(): {
|
|
1513
1705
|
[key: string]: string;
|
|
@@ -1543,6 +1735,10 @@ export declare class SubmitInnerFundmngdatadownloadRequest extends $tea.Model {
|
|
|
1543
1735
|
startTime: string;
|
|
1544
1736
|
endTime: string;
|
|
1545
1737
|
type: string;
|
|
1738
|
+
merchantId?: string;
|
|
1739
|
+
fundMode?: string;
|
|
1740
|
+
loanChannel?: string;
|
|
1741
|
+
traceId: string;
|
|
1546
1742
|
static names(): {
|
|
1547
1743
|
[key: string]: string;
|
|
1548
1744
|
};
|
|
@@ -1557,6 +1753,10 @@ export declare class SubmitInnerFundmngdatadownloadResponse extends $tea.Model {
|
|
|
1557
1753
|
reqMsgId?: string;
|
|
1558
1754
|
resultCode?: string;
|
|
1559
1755
|
resultMsg?: string;
|
|
1756
|
+
isSubmitDownload?: boolean;
|
|
1757
|
+
downloadType?: string;
|
|
1758
|
+
downloadUrl?: string;
|
|
1759
|
+
status?: string;
|
|
1560
1760
|
static names(): {
|
|
1561
1761
|
[key: string]: string;
|
|
1562
1762
|
};
|
|
@@ -1573,6 +1773,8 @@ export declare class PagequeryInnerFundmngdatadownloadRequest extends $tea.Model
|
|
|
1573
1773
|
fundTenantId: string;
|
|
1574
1774
|
status?: string;
|
|
1575
1775
|
pageInfo: PageQuery;
|
|
1776
|
+
type?: string[];
|
|
1777
|
+
traceId: string;
|
|
1576
1778
|
static names(): {
|
|
1577
1779
|
[key: string]: string;
|
|
1578
1780
|
};
|
|
@@ -1604,6 +1806,7 @@ export declare class DeleteInnerFundmngdatadownloadRequest extends $tea.Model {
|
|
|
1604
1806
|
productInstanceId?: string;
|
|
1605
1807
|
fundTenantId: string;
|
|
1606
1808
|
bizNo: string;
|
|
1809
|
+
traceId: string;
|
|
1607
1810
|
static names(): {
|
|
1608
1811
|
[key: string]: string;
|
|
1609
1812
|
};
|
|
@@ -1635,6 +1838,7 @@ export declare class QueryInnerFundmngmerchantpayitemRequest extends $tea.Model
|
|
|
1635
1838
|
tenantId: string;
|
|
1636
1839
|
merchantId: string;
|
|
1637
1840
|
fundId: string;
|
|
1841
|
+
traceId: string;
|
|
1638
1842
|
static names(): {
|
|
1639
1843
|
[key: string]: string;
|
|
1640
1844
|
};
|
|
@@ -1675,6 +1879,7 @@ export declare class CreateInnerFundmngmerchantpromiseRequest extends $tea.Model
|
|
|
1675
1879
|
divideAlipayLoginId: string;
|
|
1676
1880
|
compensateAlipayUserId: string;
|
|
1677
1881
|
compensateAlipayLoginId: string;
|
|
1882
|
+
traceId: string;
|
|
1678
1883
|
static names(): {
|
|
1679
1884
|
[key: string]: string;
|
|
1680
1885
|
};
|
|
@@ -1708,6 +1913,7 @@ export declare class QueryInnerFundmngloanapplyRequest extends $tea.Model {
|
|
|
1708
1913
|
fundId: string;
|
|
1709
1914
|
merchantId: string;
|
|
1710
1915
|
orderId: string;
|
|
1916
|
+
traceId: string;
|
|
1711
1917
|
static names(): {
|
|
1712
1918
|
[key: string]: string;
|
|
1713
1919
|
};
|
|
@@ -1748,7 +1954,8 @@ export declare class QueryInnerFundmngaccountinfoRequest extends $tea.Model {
|
|
|
1748
1954
|
authToken?: string;
|
|
1749
1955
|
productInstanceId?: string;
|
|
1750
1956
|
fundTenantId: string;
|
|
1751
|
-
fundId
|
|
1957
|
+
fundId?: string;
|
|
1958
|
+
traceId: string;
|
|
1752
1959
|
static names(): {
|
|
1753
1960
|
[key: string]: string;
|
|
1754
1961
|
};
|
|
@@ -1783,9 +1990,16 @@ export declare class SyncInnerFundmngloanresultsRequest extends $tea.Model {
|
|
|
1783
1990
|
merchantId: string;
|
|
1784
1991
|
fundId: string;
|
|
1785
1992
|
type: string;
|
|
1993
|
+
fundMode: string;
|
|
1786
1994
|
financeLoanResults?: string;
|
|
1787
1995
|
merchantPromiseInfo?: string;
|
|
1788
1996
|
promotionId?: string;
|
|
1997
|
+
payStartTermIndex?: number;
|
|
1998
|
+
divideAlipayUserId?: string;
|
|
1999
|
+
divideAlipayLoginId?: string;
|
|
2000
|
+
compensateAlipayUserId?: string;
|
|
2001
|
+
compensateAlipayLoginId?: string;
|
|
2002
|
+
traceId: string;
|
|
1789
2003
|
static names(): {
|
|
1790
2004
|
[key: string]: string;
|
|
1791
2005
|
};
|
|
@@ -1823,6 +2037,7 @@ export declare class CreateInnerFundmngcreditRequest extends $tea.Model {
|
|
|
1823
2037
|
creditName: string;
|
|
1824
2038
|
creditFileKey?: string;
|
|
1825
2039
|
creditContent?: string;
|
|
2040
|
+
traceId: string;
|
|
1826
2041
|
static names(): {
|
|
1827
2042
|
[key: string]: string;
|
|
1828
2043
|
};
|
|
@@ -1857,6 +2072,7 @@ export declare class QueryInnerFundmngcreditRequest extends $tea.Model {
|
|
|
1857
2072
|
fundId: string;
|
|
1858
2073
|
orderNoType: string;
|
|
1859
2074
|
orderNo: string;
|
|
2075
|
+
traceId: string;
|
|
1860
2076
|
static names(): {
|
|
1861
2077
|
[key: string]: string;
|
|
1862
2078
|
};
|
|
@@ -1890,6 +2106,7 @@ export declare class DetailInnerFundmngorderRequest extends $tea.Model {
|
|
|
1890
2106
|
tenantId: string;
|
|
1891
2107
|
merchantId: string;
|
|
1892
2108
|
orderId: string;
|
|
2109
|
+
traceId: string;
|
|
1893
2110
|
static names(): {
|
|
1894
2111
|
[key: string]: string;
|
|
1895
2112
|
};
|
|
@@ -1918,6 +2135,8 @@ export declare class DetailInnerFundmngorderResponse extends $tea.Model {
|
|
|
1918
2135
|
merchantOrderRepayStrategy?: MerchantOrderRepayStrategy[];
|
|
1919
2136
|
merchantOrderFulfillmentInfo?: MerchantOrderFulfillmentInfo[];
|
|
1920
2137
|
fundMngLoanApplayResult?: FundMngLoanApplyResult;
|
|
2138
|
+
merchantPerformanceRedeemInfo?: MerchantPerformanceRedeemInfo;
|
|
2139
|
+
merchantPerformanceRepaySupportInfo?: MerchantPerformanceRepaySupportInfo[];
|
|
1921
2140
|
static names(): {
|
|
1922
2141
|
[key: string]: string;
|
|
1923
2142
|
};
|
|
@@ -1936,6 +2155,7 @@ export declare class QueryInnerFundmngmerchantperformanceRequest extends $tea.Mo
|
|
|
1936
2155
|
fundTenantId: string;
|
|
1937
2156
|
fundId: string;
|
|
1938
2157
|
orderId: string;
|
|
2158
|
+
traceId: string;
|
|
1939
2159
|
static names(): {
|
|
1940
2160
|
[key: string]: string;
|
|
1941
2161
|
};
|
|
@@ -1960,6 +2180,323 @@ export declare class QueryInnerFundmngmerchantperformanceResponse extends $tea.M
|
|
|
1960
2180
|
[key: string]: any;
|
|
1961
2181
|
});
|
|
1962
2182
|
}
|
|
2183
|
+
export declare class RepayInnerFundmngmerchantperformanceRequest extends $tea.Model {
|
|
2184
|
+
authToken?: string;
|
|
2185
|
+
productInstanceId?: string;
|
|
2186
|
+
fundTenantId: string;
|
|
2187
|
+
tenantId: string;
|
|
2188
|
+
fundId: string;
|
|
2189
|
+
merchantId: string;
|
|
2190
|
+
orderId: string;
|
|
2191
|
+
termIndex: number;
|
|
2192
|
+
amount: number;
|
|
2193
|
+
paymentDescription: string;
|
|
2194
|
+
traceId: string;
|
|
2195
|
+
static names(): {
|
|
2196
|
+
[key: string]: string;
|
|
2197
|
+
};
|
|
2198
|
+
static types(): {
|
|
2199
|
+
[key: string]: any;
|
|
2200
|
+
};
|
|
2201
|
+
constructor(map?: {
|
|
2202
|
+
[key: string]: any;
|
|
2203
|
+
});
|
|
2204
|
+
}
|
|
2205
|
+
export declare class RepayInnerFundmngmerchantperformanceResponse extends $tea.Model {
|
|
2206
|
+
reqMsgId?: string;
|
|
2207
|
+
resultCode?: string;
|
|
2208
|
+
resultMsg?: string;
|
|
2209
|
+
static names(): {
|
|
2210
|
+
[key: string]: string;
|
|
2211
|
+
};
|
|
2212
|
+
static types(): {
|
|
2213
|
+
[key: string]: any;
|
|
2214
|
+
};
|
|
2215
|
+
constructor(map?: {
|
|
2216
|
+
[key: string]: any;
|
|
2217
|
+
});
|
|
2218
|
+
}
|
|
2219
|
+
export declare class RedeemInnerFundmngmerchantperformanceRequest extends $tea.Model {
|
|
2220
|
+
authToken?: string;
|
|
2221
|
+
productInstanceId?: string;
|
|
2222
|
+
fundTenantId: string;
|
|
2223
|
+
tenantId: string;
|
|
2224
|
+
fundId: string;
|
|
2225
|
+
merchantId: string;
|
|
2226
|
+
orderId: string;
|
|
2227
|
+
redeemWay: string;
|
|
2228
|
+
redeemReason: string;
|
|
2229
|
+
redeemAmount?: number;
|
|
2230
|
+
redeemType?: string;
|
|
2231
|
+
traceId: string;
|
|
2232
|
+
static names(): {
|
|
2233
|
+
[key: string]: string;
|
|
2234
|
+
};
|
|
2235
|
+
static types(): {
|
|
2236
|
+
[key: string]: any;
|
|
2237
|
+
};
|
|
2238
|
+
constructor(map?: {
|
|
2239
|
+
[key: string]: any;
|
|
2240
|
+
});
|
|
2241
|
+
}
|
|
2242
|
+
export declare class RedeemInnerFundmngmerchantperformanceResponse extends $tea.Model {
|
|
2243
|
+
reqMsgId?: string;
|
|
2244
|
+
resultCode?: string;
|
|
2245
|
+
resultMsg?: string;
|
|
2246
|
+
static names(): {
|
|
2247
|
+
[key: string]: string;
|
|
2248
|
+
};
|
|
2249
|
+
static types(): {
|
|
2250
|
+
[key: string]: any;
|
|
2251
|
+
};
|
|
2252
|
+
constructor(map?: {
|
|
2253
|
+
[key: string]: any;
|
|
2254
|
+
});
|
|
2255
|
+
}
|
|
2256
|
+
export declare class SubmitInnerFundmngbatchloanRequest extends $tea.Model {
|
|
2257
|
+
authToken?: string;
|
|
2258
|
+
productInstanceId?: string;
|
|
2259
|
+
fundTenantId: string;
|
|
2260
|
+
merchantCompensateStartDay?: number;
|
|
2261
|
+
divideAlipayUserId: string;
|
|
2262
|
+
divideAlipayLoginId: string;
|
|
2263
|
+
compensateAlipayUserId: string;
|
|
2264
|
+
compensateAlipayLoginId: string;
|
|
2265
|
+
fundMode: string;
|
|
2266
|
+
fileInfo: FileInfo;
|
|
2267
|
+
traceId: string;
|
|
2268
|
+
paidRole?: string;
|
|
2269
|
+
paidCompanyId?: string;
|
|
2270
|
+
loanChannel?: string;
|
|
2271
|
+
static names(): {
|
|
2272
|
+
[key: string]: string;
|
|
2273
|
+
};
|
|
2274
|
+
static types(): {
|
|
2275
|
+
[key: string]: any;
|
|
2276
|
+
};
|
|
2277
|
+
constructor(map?: {
|
|
2278
|
+
[key: string]: any;
|
|
2279
|
+
});
|
|
2280
|
+
}
|
|
2281
|
+
export declare class SubmitInnerFundmngbatchloanResponse extends $tea.Model {
|
|
2282
|
+
reqMsgId?: string;
|
|
2283
|
+
resultCode?: string;
|
|
2284
|
+
resultMsg?: string;
|
|
2285
|
+
static names(): {
|
|
2286
|
+
[key: string]: string;
|
|
2287
|
+
};
|
|
2288
|
+
static types(): {
|
|
2289
|
+
[key: string]: any;
|
|
2290
|
+
};
|
|
2291
|
+
constructor(map?: {
|
|
2292
|
+
[key: string]: any;
|
|
2293
|
+
});
|
|
2294
|
+
}
|
|
2295
|
+
export declare class PreviewInnerFundmngbatchloanRequest extends $tea.Model {
|
|
2296
|
+
authToken?: string;
|
|
2297
|
+
productInstanceId?: string;
|
|
2298
|
+
fundTenantId: string;
|
|
2299
|
+
fileInfo: FileInfo;
|
|
2300
|
+
traceId: string;
|
|
2301
|
+
fundMode?: string;
|
|
2302
|
+
loanChannel?: string;
|
|
2303
|
+
static names(): {
|
|
2304
|
+
[key: string]: string;
|
|
2305
|
+
};
|
|
2306
|
+
static types(): {
|
|
2307
|
+
[key: string]: any;
|
|
2308
|
+
};
|
|
2309
|
+
constructor(map?: {
|
|
2310
|
+
[key: string]: any;
|
|
2311
|
+
});
|
|
2312
|
+
}
|
|
2313
|
+
export declare class PreviewInnerFundmngbatchloanResponse extends $tea.Model {
|
|
2314
|
+
reqMsgId?: string;
|
|
2315
|
+
resultCode?: string;
|
|
2316
|
+
resultMsg?: string;
|
|
2317
|
+
agreeLoanCount?: number;
|
|
2318
|
+
rejectLoanCount?: number;
|
|
2319
|
+
importFailCount?: number;
|
|
2320
|
+
fileUrl?: string;
|
|
2321
|
+
static names(): {
|
|
2322
|
+
[key: string]: string;
|
|
2323
|
+
};
|
|
2324
|
+
static types(): {
|
|
2325
|
+
[key: string]: any;
|
|
2326
|
+
};
|
|
2327
|
+
constructor(map?: {
|
|
2328
|
+
[key: string]: any;
|
|
2329
|
+
});
|
|
2330
|
+
}
|
|
2331
|
+
export declare class PagequeryInnerFundmngbatchloanRequest extends $tea.Model {
|
|
2332
|
+
authToken?: string;
|
|
2333
|
+
productInstanceId?: string;
|
|
2334
|
+
fundTenantId: string;
|
|
2335
|
+
startTime?: string;
|
|
2336
|
+
endTime?: string;
|
|
2337
|
+
pageInfo: PageQuery;
|
|
2338
|
+
traceId: string;
|
|
2339
|
+
static names(): {
|
|
2340
|
+
[key: string]: string;
|
|
2341
|
+
};
|
|
2342
|
+
static types(): {
|
|
2343
|
+
[key: string]: any;
|
|
2344
|
+
};
|
|
2345
|
+
constructor(map?: {
|
|
2346
|
+
[key: string]: any;
|
|
2347
|
+
});
|
|
2348
|
+
}
|
|
2349
|
+
export declare class PagequeryInnerFundmngbatchloanResponse extends $tea.Model {
|
|
2350
|
+
reqMsgId?: string;
|
|
2351
|
+
resultCode?: string;
|
|
2352
|
+
resultMsg?: string;
|
|
2353
|
+
total?: number;
|
|
2354
|
+
data?: BatchLoanResultData[];
|
|
2355
|
+
static names(): {
|
|
2356
|
+
[key: string]: string;
|
|
2357
|
+
};
|
|
2358
|
+
static types(): {
|
|
2359
|
+
[key: string]: any;
|
|
2360
|
+
};
|
|
2361
|
+
constructor(map?: {
|
|
2362
|
+
[key: string]: any;
|
|
2363
|
+
});
|
|
2364
|
+
}
|
|
2365
|
+
export declare class RenderInnerFundmngmerchantpromiseRequest extends $tea.Model {
|
|
2366
|
+
authToken?: string;
|
|
2367
|
+
productInstanceId?: string;
|
|
2368
|
+
fundTenantId: string;
|
|
2369
|
+
fileInfo: FileInfo;
|
|
2370
|
+
traceId: string;
|
|
2371
|
+
fundId: string;
|
|
2372
|
+
tenantId: string;
|
|
2373
|
+
merchantId: string;
|
|
2374
|
+
orderId: string;
|
|
2375
|
+
payStartTermIndex: number;
|
|
2376
|
+
fundMode: string;
|
|
2377
|
+
static names(): {
|
|
2378
|
+
[key: string]: string;
|
|
2379
|
+
};
|
|
2380
|
+
static types(): {
|
|
2381
|
+
[key: string]: any;
|
|
2382
|
+
};
|
|
2383
|
+
constructor(map?: {
|
|
2384
|
+
[key: string]: any;
|
|
2385
|
+
});
|
|
2386
|
+
}
|
|
2387
|
+
export declare class RenderInnerFundmngmerchantpromiseResponse extends $tea.Model {
|
|
2388
|
+
reqMsgId?: string;
|
|
2389
|
+
resultCode?: string;
|
|
2390
|
+
resultMsg?: string;
|
|
2391
|
+
merchantPromiseInfo?: string;
|
|
2392
|
+
static names(): {
|
|
2393
|
+
[key: string]: string;
|
|
2394
|
+
};
|
|
2395
|
+
static types(): {
|
|
2396
|
+
[key: string]: any;
|
|
2397
|
+
};
|
|
2398
|
+
constructor(map?: {
|
|
2399
|
+
[key: string]: any;
|
|
2400
|
+
});
|
|
2401
|
+
}
|
|
2402
|
+
export declare class InitInnerFundmngmerchantpromiseRequest extends $tea.Model {
|
|
2403
|
+
authToken?: string;
|
|
2404
|
+
productInstanceId?: string;
|
|
2405
|
+
fundTenantId: string;
|
|
2406
|
+
fundId: string;
|
|
2407
|
+
tenantId: string;
|
|
2408
|
+
merchantId: string;
|
|
2409
|
+
orderId: string;
|
|
2410
|
+
payStartTermIndex: number;
|
|
2411
|
+
traceId: string;
|
|
2412
|
+
static names(): {
|
|
2413
|
+
[key: string]: string;
|
|
2414
|
+
};
|
|
2415
|
+
static types(): {
|
|
2416
|
+
[key: string]: any;
|
|
2417
|
+
};
|
|
2418
|
+
constructor(map?: {
|
|
2419
|
+
[key: string]: any;
|
|
2420
|
+
});
|
|
2421
|
+
}
|
|
2422
|
+
export declare class InitInnerFundmngmerchantpromiseResponse extends $tea.Model {
|
|
2423
|
+
reqMsgId?: string;
|
|
2424
|
+
resultCode?: string;
|
|
2425
|
+
resultMsg?: string;
|
|
2426
|
+
merchantPromiseInfo?: string;
|
|
2427
|
+
static names(): {
|
|
2428
|
+
[key: string]: string;
|
|
2429
|
+
};
|
|
2430
|
+
static types(): {
|
|
2431
|
+
[key: string]: any;
|
|
2432
|
+
};
|
|
2433
|
+
constructor(map?: {
|
|
2434
|
+
[key: string]: any;
|
|
2435
|
+
});
|
|
2436
|
+
}
|
|
2437
|
+
export declare class SubmitInnerFundmngpendingeventRequest extends $tea.Model {
|
|
2438
|
+
authToken?: string;
|
|
2439
|
+
productInstanceId?: string;
|
|
2440
|
+
fundTenantId: string;
|
|
2441
|
+
eventId: string;
|
|
2442
|
+
action: string;
|
|
2443
|
+
static names(): {
|
|
2444
|
+
[key: string]: string;
|
|
2445
|
+
};
|
|
2446
|
+
static types(): {
|
|
2447
|
+
[key: string]: any;
|
|
2448
|
+
};
|
|
2449
|
+
constructor(map?: {
|
|
2450
|
+
[key: string]: any;
|
|
2451
|
+
});
|
|
2452
|
+
}
|
|
2453
|
+
export declare class SubmitInnerFundmngpendingeventResponse extends $tea.Model {
|
|
2454
|
+
reqMsgId?: string;
|
|
2455
|
+
resultCode?: string;
|
|
2456
|
+
resultMsg?: string;
|
|
2457
|
+
static names(): {
|
|
2458
|
+
[key: string]: string;
|
|
2459
|
+
};
|
|
2460
|
+
static types(): {
|
|
2461
|
+
[key: string]: any;
|
|
2462
|
+
};
|
|
2463
|
+
constructor(map?: {
|
|
2464
|
+
[key: string]: any;
|
|
2465
|
+
});
|
|
2466
|
+
}
|
|
2467
|
+
export declare class PagequeryInnerFundmngpendingeventRequest extends $tea.Model {
|
|
2468
|
+
authToken?: string;
|
|
2469
|
+
productInstanceId?: string;
|
|
2470
|
+
fundTenantId: string;
|
|
2471
|
+
statusList: string[];
|
|
2472
|
+
pendingCode: string;
|
|
2473
|
+
pageInfo: PageQuery;
|
|
2474
|
+
static names(): {
|
|
2475
|
+
[key: string]: string;
|
|
2476
|
+
};
|
|
2477
|
+
static types(): {
|
|
2478
|
+
[key: string]: any;
|
|
2479
|
+
};
|
|
2480
|
+
constructor(map?: {
|
|
2481
|
+
[key: string]: any;
|
|
2482
|
+
});
|
|
2483
|
+
}
|
|
2484
|
+
export declare class PagequeryInnerFundmngpendingeventResponse extends $tea.Model {
|
|
2485
|
+
reqMsgId?: string;
|
|
2486
|
+
resultCode?: string;
|
|
2487
|
+
resultMsg?: string;
|
|
2488
|
+
total?: number;
|
|
2489
|
+
pendingEventInfo?: string;
|
|
2490
|
+
static names(): {
|
|
2491
|
+
[key: string]: string;
|
|
2492
|
+
};
|
|
2493
|
+
static types(): {
|
|
2494
|
+
[key: string]: any;
|
|
2495
|
+
};
|
|
2496
|
+
constructor(map?: {
|
|
2497
|
+
[key: string]: any;
|
|
2498
|
+
});
|
|
2499
|
+
}
|
|
1963
2500
|
export declare class SyncFundSplittingRequest extends $tea.Model {
|
|
1964
2501
|
authToken?: string;
|
|
1965
2502
|
productInstanceId?: string;
|
|
@@ -2497,6 +3034,7 @@ export declare class GetFundOrderfullinfoRequest extends $tea.Model {
|
|
|
2497
3034
|
orderId: string;
|
|
2498
3035
|
merchantId: string;
|
|
2499
3036
|
fundId: string;
|
|
3037
|
+
bizType?: string;
|
|
2500
3038
|
static names(): {
|
|
2501
3039
|
[key: string]: string;
|
|
2502
3040
|
};
|
|
@@ -3188,7 +3726,76 @@ export declare class GetFundCompensatesignurlResponse extends $tea.Model {
|
|
|
3188
3726
|
reqMsgId?: string;
|
|
3189
3727
|
resultCode?: string;
|
|
3190
3728
|
resultMsg?: string;
|
|
3191
|
-
signUrl?: string;
|
|
3729
|
+
signUrl?: string;
|
|
3730
|
+
static names(): {
|
|
3731
|
+
[key: string]: string;
|
|
3732
|
+
};
|
|
3733
|
+
static types(): {
|
|
3734
|
+
[key: string]: any;
|
|
3735
|
+
};
|
|
3736
|
+
constructor(map?: {
|
|
3737
|
+
[key: string]: any;
|
|
3738
|
+
});
|
|
3739
|
+
}
|
|
3740
|
+
export declare class ConfirmFundCompensateRequest extends $tea.Model {
|
|
3741
|
+
authToken?: string;
|
|
3742
|
+
productInstanceId?: string;
|
|
3743
|
+
fundId: string;
|
|
3744
|
+
merchantTenantId: string;
|
|
3745
|
+
merchantId: string;
|
|
3746
|
+
type?: string;
|
|
3747
|
+
static names(): {
|
|
3748
|
+
[key: string]: string;
|
|
3749
|
+
};
|
|
3750
|
+
static types(): {
|
|
3751
|
+
[key: string]: any;
|
|
3752
|
+
};
|
|
3753
|
+
constructor(map?: {
|
|
3754
|
+
[key: string]: any;
|
|
3755
|
+
});
|
|
3756
|
+
}
|
|
3757
|
+
export declare class ConfirmFundCompensateResponse extends $tea.Model {
|
|
3758
|
+
reqMsgId?: string;
|
|
3759
|
+
resultCode?: string;
|
|
3760
|
+
resultMsg?: string;
|
|
3761
|
+
static names(): {
|
|
3762
|
+
[key: string]: string;
|
|
3763
|
+
};
|
|
3764
|
+
static types(): {
|
|
3765
|
+
[key: string]: any;
|
|
3766
|
+
};
|
|
3767
|
+
constructor(map?: {
|
|
3768
|
+
[key: string]: any;
|
|
3769
|
+
});
|
|
3770
|
+
}
|
|
3771
|
+
export declare class SubmitFundFlowRequest extends $tea.Model {
|
|
3772
|
+
authToken?: string;
|
|
3773
|
+
productInstanceId?: string;
|
|
3774
|
+
tenantId: string;
|
|
3775
|
+
orderId: string;
|
|
3776
|
+
merchantId: string;
|
|
3777
|
+
merchantSignTag: string;
|
|
3778
|
+
fundId: string;
|
|
3779
|
+
fundSignTag: string;
|
|
3780
|
+
fundAutoSign?: boolean;
|
|
3781
|
+
templateList: TemplateArgs[];
|
|
3782
|
+
businessScene: string;
|
|
3783
|
+
static names(): {
|
|
3784
|
+
[key: string]: string;
|
|
3785
|
+
};
|
|
3786
|
+
static types(): {
|
|
3787
|
+
[key: string]: any;
|
|
3788
|
+
};
|
|
3789
|
+
constructor(map?: {
|
|
3790
|
+
[key: string]: any;
|
|
3791
|
+
});
|
|
3792
|
+
}
|
|
3793
|
+
export declare class SubmitFundFlowResponse extends $tea.Model {
|
|
3794
|
+
reqMsgId?: string;
|
|
3795
|
+
resultCode?: string;
|
|
3796
|
+
resultMsg?: string;
|
|
3797
|
+
signNo?: string;
|
|
3798
|
+
signInfo?: string;
|
|
3192
3799
|
static names(): {
|
|
3193
3800
|
[key: string]: string;
|
|
3194
3801
|
};
|
|
@@ -3199,13 +3806,12 @@ export declare class GetFundCompensatesignurlResponse extends $tea.Model {
|
|
|
3199
3806
|
[key: string]: any;
|
|
3200
3807
|
});
|
|
3201
3808
|
}
|
|
3202
|
-
export declare class
|
|
3809
|
+
export declare class CancelFundFlowRequest extends $tea.Model {
|
|
3203
3810
|
authToken?: string;
|
|
3204
3811
|
productInstanceId?: string;
|
|
3812
|
+
signNo: string;
|
|
3205
3813
|
fundId: string;
|
|
3206
|
-
|
|
3207
|
-
merchantId: string;
|
|
3208
|
-
type?: string;
|
|
3814
|
+
revokeReason?: string;
|
|
3209
3815
|
static names(): {
|
|
3210
3816
|
[key: string]: string;
|
|
3211
3817
|
};
|
|
@@ -3216,7 +3822,7 @@ export declare class ConfirmFundCompensateRequest extends $tea.Model {
|
|
|
3216
3822
|
[key: string]: any;
|
|
3217
3823
|
});
|
|
3218
3824
|
}
|
|
3219
|
-
export declare class
|
|
3825
|
+
export declare class CancelFundFlowResponse extends $tea.Model {
|
|
3220
3826
|
reqMsgId?: string;
|
|
3221
3827
|
resultCode?: string;
|
|
3222
3828
|
resultMsg?: string;
|
|
@@ -6823,6 +7429,8 @@ export declare class DetailInnerAgreementterminateResponse extends $tea.Model {
|
|
|
6823
7429
|
externalAgreementNo?: string;
|
|
6824
7430
|
agreementNo?: string;
|
|
6825
7431
|
handleStatus?: string;
|
|
7432
|
+
merchantHandleDurationType?: string;
|
|
7433
|
+
merchantHandleDuration?: string;
|
|
6826
7434
|
static names(): {
|
|
6827
7435
|
[key: string]: string;
|
|
6828
7436
|
};
|
|
@@ -6918,15 +7526,330 @@ export declare class OperateInnerAgreementterminatezfbdirectRequest extends $tea
|
|
|
6918
7526
|
[key: string]: any;
|
|
6919
7527
|
});
|
|
6920
7528
|
}
|
|
6921
|
-
export declare class OperateInnerAgreementterminatezfbdirectResponse extends $tea.Model {
|
|
7529
|
+
export declare class OperateInnerAgreementterminatezfbdirectResponse extends $tea.Model {
|
|
7530
|
+
reqMsgId?: string;
|
|
7531
|
+
resultCode?: string;
|
|
7532
|
+
resultMsg?: string;
|
|
7533
|
+
zfbDirectTerminate?: boolean;
|
|
7534
|
+
atoHandle?: boolean;
|
|
7535
|
+
toastText?: string;
|
|
7536
|
+
jumpUrl?: string;
|
|
7537
|
+
jumpUrlText?: string;
|
|
7538
|
+
static names(): {
|
|
7539
|
+
[key: string]: string;
|
|
7540
|
+
};
|
|
7541
|
+
static types(): {
|
|
7542
|
+
[key: string]: any;
|
|
7543
|
+
};
|
|
7544
|
+
constructor(map?: {
|
|
7545
|
+
[key: string]: any;
|
|
7546
|
+
});
|
|
7547
|
+
}
|
|
7548
|
+
export declare class QueryInnerAgreementterminateconfigRequest extends $tea.Model {
|
|
7549
|
+
authToken?: string;
|
|
7550
|
+
productInstanceId?: string;
|
|
7551
|
+
tenantId: string;
|
|
7552
|
+
static names(): {
|
|
7553
|
+
[key: string]: string;
|
|
7554
|
+
};
|
|
7555
|
+
static types(): {
|
|
7556
|
+
[key: string]: any;
|
|
7557
|
+
};
|
|
7558
|
+
constructor(map?: {
|
|
7559
|
+
[key: string]: any;
|
|
7560
|
+
});
|
|
7561
|
+
}
|
|
7562
|
+
export declare class QueryInnerAgreementterminateconfigResponse extends $tea.Model {
|
|
7563
|
+
reqMsgId?: string;
|
|
7564
|
+
resultCode?: string;
|
|
7565
|
+
resultMsg?: string;
|
|
7566
|
+
timeoutHour?: string;
|
|
7567
|
+
timeoutDay?: string;
|
|
7568
|
+
hideTerminateOrder?: boolean;
|
|
7569
|
+
static names(): {
|
|
7570
|
+
[key: string]: string;
|
|
7571
|
+
};
|
|
7572
|
+
static types(): {
|
|
7573
|
+
[key: string]: any;
|
|
7574
|
+
};
|
|
7575
|
+
constructor(map?: {
|
|
7576
|
+
[key: string]: any;
|
|
7577
|
+
});
|
|
7578
|
+
}
|
|
7579
|
+
export declare class CountInnerAgreementterminateRequest extends $tea.Model {
|
|
7580
|
+
authToken?: string;
|
|
7581
|
+
productInstanceId?: string;
|
|
7582
|
+
tenantId: string;
|
|
7583
|
+
merchantHandleDurationType?: string;
|
|
7584
|
+
orderId?: string;
|
|
7585
|
+
terminateApplyId?: string;
|
|
7586
|
+
gmtTerminateApplyStartTime?: string;
|
|
7587
|
+
gmtTerminateApplyEndTime?: string;
|
|
7588
|
+
static names(): {
|
|
7589
|
+
[key: string]: string;
|
|
7590
|
+
};
|
|
7591
|
+
static types(): {
|
|
7592
|
+
[key: string]: any;
|
|
7593
|
+
};
|
|
7594
|
+
constructor(map?: {
|
|
7595
|
+
[key: string]: any;
|
|
7596
|
+
});
|
|
7597
|
+
}
|
|
7598
|
+
export declare class CountInnerAgreementterminateResponse extends $tea.Model {
|
|
7599
|
+
reqMsgId?: string;
|
|
7600
|
+
resultCode?: string;
|
|
7601
|
+
resultMsg?: string;
|
|
7602
|
+
unHandleStatusNum?: number;
|
|
7603
|
+
handingStatusNum?: number;
|
|
7604
|
+
finishedStatusNum?: number;
|
|
7605
|
+
timeoutStatusNum?: number;
|
|
7606
|
+
static names(): {
|
|
7607
|
+
[key: string]: string;
|
|
7608
|
+
};
|
|
7609
|
+
static types(): {
|
|
7610
|
+
[key: string]: any;
|
|
7611
|
+
};
|
|
7612
|
+
constructor(map?: {
|
|
7613
|
+
[key: string]: any;
|
|
7614
|
+
});
|
|
7615
|
+
}
|
|
7616
|
+
export declare class QueryInnerAgreementterminateorderRequest extends $tea.Model {
|
|
7617
|
+
authToken?: string;
|
|
7618
|
+
productInstanceId?: string;
|
|
7619
|
+
tenantId: string;
|
|
7620
|
+
orderId: string;
|
|
7621
|
+
terminateApplyId: string;
|
|
7622
|
+
static names(): {
|
|
7623
|
+
[key: string]: string;
|
|
7624
|
+
};
|
|
7625
|
+
static types(): {
|
|
7626
|
+
[key: string]: any;
|
|
7627
|
+
};
|
|
7628
|
+
constructor(map?: {
|
|
7629
|
+
[key: string]: any;
|
|
7630
|
+
});
|
|
7631
|
+
}
|
|
7632
|
+
export declare class QueryInnerAgreementterminateorderResponse extends $tea.Model {
|
|
7633
|
+
reqMsgId?: string;
|
|
7634
|
+
resultCode?: string;
|
|
7635
|
+
resultMsg?: string;
|
|
7636
|
+
orderId?: string;
|
|
7637
|
+
agreementNo?: string;
|
|
7638
|
+
productTotalCount?: number;
|
|
7639
|
+
orderInfo?: OrderInfo;
|
|
7640
|
+
orderUserInfo?: OrderUserInfo;
|
|
7641
|
+
orderFulfillmentInfoList?: OrderFulfillmentInfo[];
|
|
7642
|
+
orderPromiseInfo?: OrderPromiseInfo;
|
|
7643
|
+
orderProductInfoList?: OrderProductInfo[];
|
|
7644
|
+
operateDivideInfoList?: OperateDivideInfo[];
|
|
7645
|
+
orderContractInfoList?: OrderContractInfo[];
|
|
7646
|
+
static names(): {
|
|
7647
|
+
[key: string]: string;
|
|
7648
|
+
};
|
|
7649
|
+
static types(): {
|
|
7650
|
+
[key: string]: any;
|
|
7651
|
+
};
|
|
7652
|
+
constructor(map?: {
|
|
7653
|
+
[key: string]: any;
|
|
7654
|
+
});
|
|
7655
|
+
}
|
|
7656
|
+
export declare class PagequeryInnerPlatformproductRequest extends $tea.Model {
|
|
7657
|
+
authToken?: string;
|
|
7658
|
+
productInstanceId?: string;
|
|
7659
|
+
pageInfo?: PageQuery;
|
|
7660
|
+
tenantId?: string;
|
|
7661
|
+
productName?: string;
|
|
7662
|
+
primaryCategory?: string;
|
|
7663
|
+
secondaryCategory?: string;
|
|
7664
|
+
onlyShowApplied?: boolean;
|
|
7665
|
+
static names(): {
|
|
7666
|
+
[key: string]: string;
|
|
7667
|
+
};
|
|
7668
|
+
static types(): {
|
|
7669
|
+
[key: string]: any;
|
|
7670
|
+
};
|
|
7671
|
+
constructor(map?: {
|
|
7672
|
+
[key: string]: any;
|
|
7673
|
+
});
|
|
7674
|
+
}
|
|
7675
|
+
export declare class PagequeryInnerPlatformproductResponse extends $tea.Model {
|
|
7676
|
+
reqMsgId?: string;
|
|
7677
|
+
resultCode?: string;
|
|
7678
|
+
resultMsg?: string;
|
|
7679
|
+
totalCount?: number;
|
|
7680
|
+
platformProductInfoList?: PlatformProductInfoResp[];
|
|
7681
|
+
static names(): {
|
|
7682
|
+
[key: string]: string;
|
|
7683
|
+
};
|
|
7684
|
+
static types(): {
|
|
7685
|
+
[key: string]: any;
|
|
7686
|
+
};
|
|
7687
|
+
constructor(map?: {
|
|
7688
|
+
[key: string]: any;
|
|
7689
|
+
});
|
|
7690
|
+
}
|
|
7691
|
+
export declare class DetailInnerPlatformproductRequest extends $tea.Model {
|
|
7692
|
+
authToken?: string;
|
|
7693
|
+
productInstanceId?: string;
|
|
7694
|
+
tenantId?: string;
|
|
7695
|
+
platformProductId?: string;
|
|
7696
|
+
merchantProductId?: string;
|
|
7697
|
+
static names(): {
|
|
7698
|
+
[key: string]: string;
|
|
7699
|
+
};
|
|
7700
|
+
static types(): {
|
|
7701
|
+
[key: string]: any;
|
|
7702
|
+
};
|
|
7703
|
+
constructor(map?: {
|
|
7704
|
+
[key: string]: any;
|
|
7705
|
+
});
|
|
7706
|
+
}
|
|
7707
|
+
export declare class DetailInnerPlatformproductResponse extends $tea.Model {
|
|
7708
|
+
reqMsgId?: string;
|
|
7709
|
+
resultCode?: string;
|
|
7710
|
+
resultMsg?: string;
|
|
7711
|
+
platformProductId?: string;
|
|
7712
|
+
merchantProductId?: string;
|
|
7713
|
+
primaryCategory?: string;
|
|
7714
|
+
secondaryCategory?: string;
|
|
7715
|
+
productName?: string;
|
|
7716
|
+
productCondition?: string;
|
|
7717
|
+
productDescription?: string;
|
|
7718
|
+
coverImageUrlList?: string[];
|
|
7719
|
+
largeCoverImageUrlList?: string[];
|
|
7720
|
+
detailImageUrlList?: string[];
|
|
7721
|
+
largeDetailImageUrlList?: string[];
|
|
7722
|
+
specConfigList?: ProductSpecConfig[];
|
|
7723
|
+
rentalPlan?: string[];
|
|
7724
|
+
rentalPeriod?: number[];
|
|
7725
|
+
supportRenew?: boolean;
|
|
7726
|
+
supportBuyout?: boolean;
|
|
7727
|
+
leasePricePlanList?: LeasePricePlan[];
|
|
7728
|
+
freeShippingOut?: boolean;
|
|
7729
|
+
freeShippingBack?: boolean;
|
|
7730
|
+
shippingDurationType?: string;
|
|
7731
|
+
valueAddedServiceIntro?: string;
|
|
7732
|
+
detailPageIntro?: string;
|
|
7733
|
+
servicePromiseIntro?: string[];
|
|
7734
|
+
platformConfigParamList?: string[];
|
|
7735
|
+
allowApplyTenantIdList?: string[];
|
|
7736
|
+
applyStatus?: string;
|
|
7737
|
+
refuseReason?: string;
|
|
7738
|
+
rentalPlanIntro?: string;
|
|
7739
|
+
static names(): {
|
|
7740
|
+
[key: string]: string;
|
|
7741
|
+
};
|
|
7742
|
+
static types(): {
|
|
7743
|
+
[key: string]: any;
|
|
7744
|
+
};
|
|
7745
|
+
constructor(map?: {
|
|
7746
|
+
[key: string]: any;
|
|
7747
|
+
});
|
|
7748
|
+
}
|
|
7749
|
+
export declare class SubmitInnerPlatformproductRequest extends $tea.Model {
|
|
7750
|
+
authToken?: string;
|
|
7751
|
+
productInstanceId?: string;
|
|
7752
|
+
tenantId?: string;
|
|
7753
|
+
operateType?: string;
|
|
7754
|
+
platformProductId?: string;
|
|
7755
|
+
merchantProductId?: string;
|
|
7756
|
+
rentalPlan?: string[];
|
|
7757
|
+
rentalPeriod?: number[];
|
|
7758
|
+
supportRenew?: boolean;
|
|
7759
|
+
supportBuyout?: boolean;
|
|
7760
|
+
leasePricePlanList?: LeasePricePlan[];
|
|
7761
|
+
freeShippingOut?: boolean;
|
|
7762
|
+
freeShippingBack?: boolean;
|
|
7763
|
+
shippingDurationType?: string;
|
|
7764
|
+
valueAddedServiceIntro?: string;
|
|
7765
|
+
detailPageIntro?: string;
|
|
7766
|
+
servicePromiseIntro?: string[];
|
|
7767
|
+
rentalPlanIntro?: string;
|
|
7768
|
+
static names(): {
|
|
7769
|
+
[key: string]: string;
|
|
7770
|
+
};
|
|
7771
|
+
static types(): {
|
|
7772
|
+
[key: string]: any;
|
|
7773
|
+
};
|
|
7774
|
+
constructor(map?: {
|
|
7775
|
+
[key: string]: any;
|
|
7776
|
+
});
|
|
7777
|
+
}
|
|
7778
|
+
export declare class SubmitInnerPlatformproductResponse extends $tea.Model {
|
|
7779
|
+
reqMsgId?: string;
|
|
7780
|
+
resultCode?: string;
|
|
7781
|
+
resultMsg?: string;
|
|
7782
|
+
platformProductId?: string;
|
|
7783
|
+
merchantProductId?: string;
|
|
7784
|
+
static names(): {
|
|
7785
|
+
[key: string]: string;
|
|
7786
|
+
};
|
|
7787
|
+
static types(): {
|
|
7788
|
+
[key: string]: any;
|
|
7789
|
+
};
|
|
7790
|
+
constructor(map?: {
|
|
7791
|
+
[key: string]: any;
|
|
7792
|
+
});
|
|
7793
|
+
}
|
|
7794
|
+
export declare class ReclaimInnerPlatformproductRequest extends $tea.Model {
|
|
7795
|
+
authToken?: string;
|
|
7796
|
+
productInstanceId?: string;
|
|
7797
|
+
tenantId?: string;
|
|
7798
|
+
platformProductId?: string;
|
|
7799
|
+
merchantProductId?: string;
|
|
7800
|
+
static names(): {
|
|
7801
|
+
[key: string]: string;
|
|
7802
|
+
};
|
|
7803
|
+
static types(): {
|
|
7804
|
+
[key: string]: any;
|
|
7805
|
+
};
|
|
7806
|
+
constructor(map?: {
|
|
7807
|
+
[key: string]: any;
|
|
7808
|
+
});
|
|
7809
|
+
}
|
|
7810
|
+
export declare class ReclaimInnerPlatformproductResponse extends $tea.Model {
|
|
7811
|
+
reqMsgId?: string;
|
|
7812
|
+
resultCode?: string;
|
|
7813
|
+
resultMsg?: string;
|
|
7814
|
+
static names(): {
|
|
7815
|
+
[key: string]: string;
|
|
7816
|
+
};
|
|
7817
|
+
static types(): {
|
|
7818
|
+
[key: string]: any;
|
|
7819
|
+
};
|
|
7820
|
+
constructor(map?: {
|
|
7821
|
+
[key: string]: any;
|
|
7822
|
+
});
|
|
7823
|
+
}
|
|
7824
|
+
export declare class SetInnerPlatformproductRequest extends $tea.Model {
|
|
7825
|
+
authToken?: string;
|
|
7826
|
+
productInstanceId?: string;
|
|
7827
|
+
tenantId?: string;
|
|
7828
|
+
merchantSkuId?: string;
|
|
7829
|
+
productSpecOptionList?: ProductSpecOption[];
|
|
7830
|
+
specImageFileKey?: string;
|
|
7831
|
+
originTotalRentMoney?: number;
|
|
7832
|
+
totalRentMoney?: number;
|
|
7833
|
+
originDailyRentMoney?: number;
|
|
7834
|
+
dailyRentMoney?: number;
|
|
7835
|
+
stockQuantity?: number;
|
|
7836
|
+
renewPrice?: number;
|
|
7837
|
+
buyoutPrice?: number;
|
|
7838
|
+
forSale?: boolean;
|
|
7839
|
+
static names(): {
|
|
7840
|
+
[key: string]: string;
|
|
7841
|
+
};
|
|
7842
|
+
static types(): {
|
|
7843
|
+
[key: string]: any;
|
|
7844
|
+
};
|
|
7845
|
+
constructor(map?: {
|
|
7846
|
+
[key: string]: any;
|
|
7847
|
+
});
|
|
7848
|
+
}
|
|
7849
|
+
export declare class SetInnerPlatformproductResponse extends $tea.Model {
|
|
6922
7850
|
reqMsgId?: string;
|
|
6923
7851
|
resultCode?: string;
|
|
6924
7852
|
resultMsg?: string;
|
|
6925
|
-
zfbDirectTerminate?: boolean;
|
|
6926
|
-
atoHandle?: boolean;
|
|
6927
|
-
toastText?: string;
|
|
6928
|
-
jumpUrl?: string;
|
|
6929
|
-
jumpUrlText?: string;
|
|
6930
7853
|
static names(): {
|
|
6931
7854
|
[key: string]: string;
|
|
6932
7855
|
};
|
|
@@ -6937,10 +7860,12 @@ export declare class OperateInnerAgreementterminatezfbdirectResponse extends $te
|
|
|
6937
7860
|
[key: string]: any;
|
|
6938
7861
|
});
|
|
6939
7862
|
}
|
|
6940
|
-
export declare class
|
|
7863
|
+
export declare class QueryInnerAuthagreementRequest extends $tea.Model {
|
|
6941
7864
|
authToken?: string;
|
|
6942
7865
|
productInstanceId?: string;
|
|
6943
7866
|
tenantId: string;
|
|
7867
|
+
subjectType: string;
|
|
7868
|
+
agreementCode: string;
|
|
6944
7869
|
static names(): {
|
|
6945
7870
|
[key: string]: string;
|
|
6946
7871
|
};
|
|
@@ -6951,12 +7876,11 @@ export declare class QueryInnerAgreementterminateconfigRequest extends $tea.Mode
|
|
|
6951
7876
|
[key: string]: any;
|
|
6952
7877
|
});
|
|
6953
7878
|
}
|
|
6954
|
-
export declare class
|
|
7879
|
+
export declare class QueryInnerAuthagreementResponse extends $tea.Model {
|
|
6955
7880
|
reqMsgId?: string;
|
|
6956
7881
|
resultCode?: string;
|
|
6957
7882
|
resultMsg?: string;
|
|
6958
|
-
|
|
6959
|
-
timeoutDay?: string;
|
|
7883
|
+
agreed?: boolean;
|
|
6960
7884
|
static names(): {
|
|
6961
7885
|
[key: string]: string;
|
|
6962
7886
|
};
|
|
@@ -6967,15 +7891,13 @@ export declare class QueryInnerAgreementterminateconfigResponse extends $tea.Mod
|
|
|
6967
7891
|
[key: string]: any;
|
|
6968
7892
|
});
|
|
6969
7893
|
}
|
|
6970
|
-
export declare class
|
|
7894
|
+
export declare class ConfirmInnerAuthagreementRequest extends $tea.Model {
|
|
6971
7895
|
authToken?: string;
|
|
6972
7896
|
productInstanceId?: string;
|
|
6973
7897
|
tenantId: string;
|
|
6974
|
-
|
|
6975
|
-
|
|
6976
|
-
|
|
6977
|
-
gmtTerminateApplyStartTime?: string;
|
|
6978
|
-
gmtTerminateApplyEndTime?: string;
|
|
7898
|
+
subjectType: string;
|
|
7899
|
+
agreementCode: string;
|
|
7900
|
+
agreementVersion?: number;
|
|
6979
7901
|
static names(): {
|
|
6980
7902
|
[key: string]: string;
|
|
6981
7903
|
};
|
|
@@ -6986,14 +7908,10 @@ export declare class CountInnerAgreementterminateRequest extends $tea.Model {
|
|
|
6986
7908
|
[key: string]: any;
|
|
6987
7909
|
});
|
|
6988
7910
|
}
|
|
6989
|
-
export declare class
|
|
7911
|
+
export declare class ConfirmInnerAuthagreementResponse extends $tea.Model {
|
|
6990
7912
|
reqMsgId?: string;
|
|
6991
7913
|
resultCode?: string;
|
|
6992
7914
|
resultMsg?: string;
|
|
6993
|
-
unHandleStatusNum?: number;
|
|
6994
|
-
handingStatusNum?: number;
|
|
6995
|
-
finishedStatusNum?: number;
|
|
6996
|
-
timeoutStatusNum?: number;
|
|
6997
7915
|
static names(): {
|
|
6998
7916
|
[key: string]: string;
|
|
6999
7917
|
};
|
|
@@ -7301,6 +8219,45 @@ export declare class QueryMerchantexpandDividerelationResponse extends $tea.Mode
|
|
|
7301
8219
|
[key: string]: any;
|
|
7302
8220
|
});
|
|
7303
8221
|
}
|
|
8222
|
+
export declare class BindMerchantexpandSettlecardRequest extends $tea.Model {
|
|
8223
|
+
authToken?: string;
|
|
8224
|
+
productInstanceId?: string;
|
|
8225
|
+
merchantId: string;
|
|
8226
|
+
accountNo: string;
|
|
8227
|
+
accountName: string;
|
|
8228
|
+
bankProvince: string;
|
|
8229
|
+
bankCity: string;
|
|
8230
|
+
usageType: string;
|
|
8231
|
+
accountType: string;
|
|
8232
|
+
bankBranchName: string;
|
|
8233
|
+
bankName: string;
|
|
8234
|
+
bankInstId: string;
|
|
8235
|
+
bankCode?: string;
|
|
8236
|
+
static names(): {
|
|
8237
|
+
[key: string]: string;
|
|
8238
|
+
};
|
|
8239
|
+
static types(): {
|
|
8240
|
+
[key: string]: any;
|
|
8241
|
+
};
|
|
8242
|
+
constructor(map?: {
|
|
8243
|
+
[key: string]: any;
|
|
8244
|
+
});
|
|
8245
|
+
}
|
|
8246
|
+
export declare class BindMerchantexpandSettlecardResponse extends $tea.Model {
|
|
8247
|
+
reqMsgId?: string;
|
|
8248
|
+
resultCode?: string;
|
|
8249
|
+
resultMsg?: string;
|
|
8250
|
+
payExpandId?: string;
|
|
8251
|
+
static names(): {
|
|
8252
|
+
[key: string]: string;
|
|
8253
|
+
};
|
|
8254
|
+
static types(): {
|
|
8255
|
+
[key: string]: any;
|
|
8256
|
+
};
|
|
8257
|
+
constructor(map?: {
|
|
8258
|
+
[key: string]: any;
|
|
8259
|
+
});
|
|
8260
|
+
}
|
|
7304
8261
|
export declare class CreateRealpersonFacevrfRequest extends $tea.Model {
|
|
7305
8262
|
authToken?: string;
|
|
7306
8263
|
productInstanceId?: string;
|
|
@@ -8296,6 +9253,7 @@ export declare class TransferTradeFinanceRequest extends $tea.Model {
|
|
|
8296
9253
|
fundIdList: string[];
|
|
8297
9254
|
fundSignMode: string;
|
|
8298
9255
|
divideStartTermIndex: number;
|
|
9256
|
+
fundMode?: string;
|
|
8299
9257
|
static names(): {
|
|
8300
9258
|
[key: string]: string;
|
|
8301
9259
|
};
|
|
@@ -8549,6 +9507,102 @@ export declare class SyncTradePromoorderinfoResponse extends $tea.Model {
|
|
|
8549
9507
|
[key: string]: any;
|
|
8550
9508
|
});
|
|
8551
9509
|
}
|
|
9510
|
+
export declare class SyncTradePlatformorderauditRequest extends $tea.Model {
|
|
9511
|
+
authToken?: string;
|
|
9512
|
+
productInstanceId?: string;
|
|
9513
|
+
merchantId: string;
|
|
9514
|
+
platformOrderId: string;
|
|
9515
|
+
operation: string;
|
|
9516
|
+
static names(): {
|
|
9517
|
+
[key: string]: string;
|
|
9518
|
+
};
|
|
9519
|
+
static types(): {
|
|
9520
|
+
[key: string]: any;
|
|
9521
|
+
};
|
|
9522
|
+
constructor(map?: {
|
|
9523
|
+
[key: string]: any;
|
|
9524
|
+
});
|
|
9525
|
+
}
|
|
9526
|
+
export declare class SyncTradePlatformorderauditResponse extends $tea.Model {
|
|
9527
|
+
reqMsgId?: string;
|
|
9528
|
+
resultCode?: string;
|
|
9529
|
+
resultMsg?: string;
|
|
9530
|
+
static names(): {
|
|
9531
|
+
[key: string]: string;
|
|
9532
|
+
};
|
|
9533
|
+
static types(): {
|
|
9534
|
+
[key: string]: any;
|
|
9535
|
+
};
|
|
9536
|
+
constructor(map?: {
|
|
9537
|
+
[key: string]: any;
|
|
9538
|
+
});
|
|
9539
|
+
}
|
|
9540
|
+
export declare class SyncTradeReceiptorderfullinfoRequest extends $tea.Model {
|
|
9541
|
+
authToken?: string;
|
|
9542
|
+
productInstanceId?: string;
|
|
9543
|
+
orderId: string;
|
|
9544
|
+
merchantId: string;
|
|
9545
|
+
merchantName: string;
|
|
9546
|
+
bizScene: string;
|
|
9547
|
+
bizType: string;
|
|
9548
|
+
receiptOrderInfo: string;
|
|
9549
|
+
productInfo: string;
|
|
9550
|
+
static names(): {
|
|
9551
|
+
[key: string]: string;
|
|
9552
|
+
};
|
|
9553
|
+
static types(): {
|
|
9554
|
+
[key: string]: any;
|
|
9555
|
+
};
|
|
9556
|
+
constructor(map?: {
|
|
9557
|
+
[key: string]: any;
|
|
9558
|
+
});
|
|
9559
|
+
}
|
|
9560
|
+
export declare class SyncTradeReceiptorderfullinfoResponse extends $tea.Model {
|
|
9561
|
+
reqMsgId?: string;
|
|
9562
|
+
resultCode?: string;
|
|
9563
|
+
resultMsg?: string;
|
|
9564
|
+
responseData?: string;
|
|
9565
|
+
static names(): {
|
|
9566
|
+
[key: string]: string;
|
|
9567
|
+
};
|
|
9568
|
+
static types(): {
|
|
9569
|
+
[key: string]: any;
|
|
9570
|
+
};
|
|
9571
|
+
constructor(map?: {
|
|
9572
|
+
[key: string]: any;
|
|
9573
|
+
});
|
|
9574
|
+
}
|
|
9575
|
+
export declare class GetTradeOrderfullinfoRequest extends $tea.Model {
|
|
9576
|
+
authToken?: string;
|
|
9577
|
+
productInstanceId?: string;
|
|
9578
|
+
orderId: string;
|
|
9579
|
+
merchantId: string;
|
|
9580
|
+
bizType: string;
|
|
9581
|
+
static names(): {
|
|
9582
|
+
[key: string]: string;
|
|
9583
|
+
};
|
|
9584
|
+
static types(): {
|
|
9585
|
+
[key: string]: any;
|
|
9586
|
+
};
|
|
9587
|
+
constructor(map?: {
|
|
9588
|
+
[key: string]: any;
|
|
9589
|
+
});
|
|
9590
|
+
}
|
|
9591
|
+
export declare class GetTradeOrderfullinfoResponse extends $tea.Model {
|
|
9592
|
+
reqMsgId?: string;
|
|
9593
|
+
resultCode?: string;
|
|
9594
|
+
resultMsg?: string;
|
|
9595
|
+
responseData?: string;
|
|
9596
|
+
static names(): {
|
|
9597
|
+
[key: string]: string;
|
|
9598
|
+
};
|
|
9599
|
+
static types(): {
|
|
9600
|
+
[key: string]: any;
|
|
9601
|
+
};
|
|
9602
|
+
constructor(map?: {
|
|
9603
|
+
[key: string]: any;
|
|
9604
|
+
});
|
|
9605
|
+
}
|
|
8552
9606
|
export declare class CreateWithholdSignRequest extends $tea.Model {
|
|
8553
9607
|
authToken?: string;
|
|
8554
9608
|
productInstanceId?: string;
|
|
@@ -9302,6 +10356,116 @@ export default class Client {
|
|
|
9302
10356
|
queryInnerFundmngmerchantperformanceEx(request: QueryInnerFundmngmerchantperformanceRequest, headers: {
|
|
9303
10357
|
[key: string]: string;
|
|
9304
10358
|
}, runtime: $Util.RuntimeOptions): Promise<QueryInnerFundmngmerchantperformanceResponse>;
|
|
10359
|
+
/**
|
|
10360
|
+
* Description: 调用说明:
|
|
10361
|
+
1. 当商户通过其他方式还款后,通过此接口同步信息,同步完成后会将扣款进行取消
|
|
10362
|
+
* Summary: 资方控制台商户履约其他方式还款
|
|
10363
|
+
*/
|
|
10364
|
+
repayInnerFundmngmerchantperformance(request: RepayInnerFundmngmerchantperformanceRequest): Promise<RepayInnerFundmngmerchantperformanceResponse>;
|
|
10365
|
+
/**
|
|
10366
|
+
* Description: 调用说明:
|
|
10367
|
+
1. 当商户通过其他方式还款后,通过此接口同步信息,同步完成后会将扣款进行取消
|
|
10368
|
+
* Summary: 资方控制台商户履约其他方式还款
|
|
10369
|
+
*/
|
|
10370
|
+
repayInnerFundmngmerchantperformanceEx(request: RepayInnerFundmngmerchantperformanceRequest, headers: {
|
|
10371
|
+
[key: string]: string;
|
|
10372
|
+
}, runtime: $Util.RuntimeOptions): Promise<RepayInnerFundmngmerchantperformanceResponse>;
|
|
10373
|
+
/**
|
|
10374
|
+
* Description: 资方调用,赎回商户履约
|
|
10375
|
+
* Summary: 资方控制台商户履约赎回
|
|
10376
|
+
*/
|
|
10377
|
+
redeemInnerFundmngmerchantperformance(request: RedeemInnerFundmngmerchantperformanceRequest): Promise<RedeemInnerFundmngmerchantperformanceResponse>;
|
|
10378
|
+
/**
|
|
10379
|
+
* Description: 资方调用,赎回商户履约
|
|
10380
|
+
* Summary: 资方控制台商户履约赎回
|
|
10381
|
+
*/
|
|
10382
|
+
redeemInnerFundmngmerchantperformanceEx(request: RedeemInnerFundmngmerchantperformanceRequest, headers: {
|
|
10383
|
+
[key: string]: string;
|
|
10384
|
+
}, runtime: $Util.RuntimeOptions): Promise<RedeemInnerFundmngmerchantperformanceResponse>;
|
|
10385
|
+
/**
|
|
10386
|
+
* Description: 资方控制台提交批量放款
|
|
10387
|
+
* Summary: 资方控制台提交批量放款
|
|
10388
|
+
*/
|
|
10389
|
+
submitInnerFundmngbatchloan(request: SubmitInnerFundmngbatchloanRequest): Promise<SubmitInnerFundmngbatchloanResponse>;
|
|
10390
|
+
/**
|
|
10391
|
+
* Description: 资方控制台提交批量放款
|
|
10392
|
+
* Summary: 资方控制台提交批量放款
|
|
10393
|
+
*/
|
|
10394
|
+
submitInnerFundmngbatchloanEx(request: SubmitInnerFundmngbatchloanRequest, headers: {
|
|
10395
|
+
[key: string]: string;
|
|
10396
|
+
}, runtime: $Util.RuntimeOptions): Promise<SubmitInnerFundmngbatchloanResponse>;
|
|
10397
|
+
/**
|
|
10398
|
+
* Description: 资方控制台批量放款提交前预览
|
|
10399
|
+
* Summary: 资方控制台批量放款提交前预览
|
|
10400
|
+
*/
|
|
10401
|
+
previewInnerFundmngbatchloan(request: PreviewInnerFundmngbatchloanRequest): Promise<PreviewInnerFundmngbatchloanResponse>;
|
|
10402
|
+
/**
|
|
10403
|
+
* Description: 资方控制台批量放款提交前预览
|
|
10404
|
+
* Summary: 资方控制台批量放款提交前预览
|
|
10405
|
+
*/
|
|
10406
|
+
previewInnerFundmngbatchloanEx(request: PreviewInnerFundmngbatchloanRequest, headers: {
|
|
10407
|
+
[key: string]: string;
|
|
10408
|
+
}, runtime: $Util.RuntimeOptions): Promise<PreviewInnerFundmngbatchloanResponse>;
|
|
10409
|
+
/**
|
|
10410
|
+
* Description: 资方控制台批量放款记录分页查询
|
|
10411
|
+
* Summary: 资方控制台批量放款记录分页查询
|
|
10412
|
+
*/
|
|
10413
|
+
pagequeryInnerFundmngbatchloan(request: PagequeryInnerFundmngbatchloanRequest): Promise<PagequeryInnerFundmngbatchloanResponse>;
|
|
10414
|
+
/**
|
|
10415
|
+
* Description: 资方控制台批量放款记录分页查询
|
|
10416
|
+
* Summary: 资方控制台批量放款记录分页查询
|
|
10417
|
+
*/
|
|
10418
|
+
pagequeryInnerFundmngbatchloanEx(request: PagequeryInnerFundmngbatchloanRequest, headers: {
|
|
10419
|
+
[key: string]: string;
|
|
10420
|
+
}, runtime: $Util.RuntimeOptions): Promise<PagequeryInnerFundmngbatchloanResponse>;
|
|
10421
|
+
/**
|
|
10422
|
+
* Description: 解析资方上传的商户履约计划文件,渲染在免研控制台页面
|
|
10423
|
+
* Summary: 商户履约计划渲染
|
|
10424
|
+
*/
|
|
10425
|
+
renderInnerFundmngmerchantpromise(request: RenderInnerFundmngmerchantpromiseRequest): Promise<RenderInnerFundmngmerchantpromiseResponse>;
|
|
10426
|
+
/**
|
|
10427
|
+
* Description: 解析资方上传的商户履约计划文件,渲染在免研控制台页面
|
|
10428
|
+
* Summary: 商户履约计划渲染
|
|
10429
|
+
*/
|
|
10430
|
+
renderInnerFundmngmerchantpromiseEx(request: RenderInnerFundmngmerchantpromiseRequest, headers: {
|
|
10431
|
+
[key: string]: string;
|
|
10432
|
+
}, runtime: $Util.RuntimeOptions): Promise<RenderInnerFundmngmerchantpromiseResponse>;
|
|
10433
|
+
/**
|
|
10434
|
+
* Description: 商户履约计划初始化
|
|
10435
|
+
* Summary: 商户履约计划初始化
|
|
10436
|
+
*/
|
|
10437
|
+
initInnerFundmngmerchantpromise(request: InitInnerFundmngmerchantpromiseRequest): Promise<InitInnerFundmngmerchantpromiseResponse>;
|
|
10438
|
+
/**
|
|
10439
|
+
* Description: 商户履约计划初始化
|
|
10440
|
+
* Summary: 商户履约计划初始化
|
|
10441
|
+
*/
|
|
10442
|
+
initInnerFundmngmerchantpromiseEx(request: InitInnerFundmngmerchantpromiseRequest, headers: {
|
|
10443
|
+
[key: string]: string;
|
|
10444
|
+
}, runtime: $Util.RuntimeOptions): Promise<InitInnerFundmngmerchantpromiseResponse>;
|
|
10445
|
+
/**
|
|
10446
|
+
* Description: 资方待办事件处理
|
|
10447
|
+
* Summary: 资方待办事件处理
|
|
10448
|
+
*/
|
|
10449
|
+
submitInnerFundmngpendingevent(request: SubmitInnerFundmngpendingeventRequest): Promise<SubmitInnerFundmngpendingeventResponse>;
|
|
10450
|
+
/**
|
|
10451
|
+
* Description: 资方待办事件处理
|
|
10452
|
+
* Summary: 资方待办事件处理
|
|
10453
|
+
*/
|
|
10454
|
+
submitInnerFundmngpendingeventEx(request: SubmitInnerFundmngpendingeventRequest, headers: {
|
|
10455
|
+
[key: string]: string;
|
|
10456
|
+
}, runtime: $Util.RuntimeOptions): Promise<SubmitInnerFundmngpendingeventResponse>;
|
|
10457
|
+
/**
|
|
10458
|
+
* Description: 资方待办事件查询
|
|
10459
|
+
* Summary: 资方待办事件查询
|
|
10460
|
+
*/
|
|
10461
|
+
pagequeryInnerFundmngpendingevent(request: PagequeryInnerFundmngpendingeventRequest): Promise<PagequeryInnerFundmngpendingeventResponse>;
|
|
10462
|
+
/**
|
|
10463
|
+
* Description: 资方待办事件查询
|
|
10464
|
+
* Summary: 资方待办事件查询
|
|
10465
|
+
*/
|
|
10466
|
+
pagequeryInnerFundmngpendingeventEx(request: PagequeryInnerFundmngpendingeventRequest, headers: {
|
|
10467
|
+
[key: string]: string;
|
|
10468
|
+
}, runtime: $Util.RuntimeOptions): Promise<PagequeryInnerFundmngpendingeventResponse>;
|
|
9305
10469
|
/**
|
|
9306
10470
|
* Description: 分账流水同步
|
|
9307
10471
|
* Summary: 【仅测试环境生效】分账流水同步
|
|
@@ -9399,13 +10563,13 @@ export default class Client {
|
|
|
9399
10563
|
[key: string]: string;
|
|
9400
10564
|
}, runtime: $Util.RuntimeOptions): Promise<RefuseFundFlowResponse>;
|
|
9401
10565
|
/**
|
|
9402
|
-
* Description:
|
|
9403
|
-
* Summary:
|
|
10566
|
+
* Description: 资方合同落签
|
|
10567
|
+
* Summary: 资方合同落签
|
|
9404
10568
|
*/
|
|
9405
10569
|
authFundFlow(request: AuthFundFlowRequest): Promise<AuthFundFlowResponse>;
|
|
9406
10570
|
/**
|
|
9407
|
-
* Description:
|
|
9408
|
-
* Summary:
|
|
10571
|
+
* Description: 资方合同落签
|
|
10572
|
+
* Summary: 资方合同落签
|
|
9409
10573
|
*/
|
|
9410
10574
|
authFundFlowEx(request: AuthFundFlowRequest, headers: {
|
|
9411
10575
|
[key: string]: string;
|
|
@@ -9495,13 +10659,13 @@ export default class Client {
|
|
|
9495
10659
|
[key: string]: string;
|
|
9496
10660
|
}, runtime: $Util.RuntimeOptions): Promise<GetFundMerchantperformanceResponse>;
|
|
9497
10661
|
/**
|
|
9498
|
-
* Description:
|
|
9499
|
-
* Summary:
|
|
10662
|
+
* Description: 资方调用、订单详情获取
|
|
10663
|
+
* Summary: 资方调用、订单详情获取
|
|
9500
10664
|
*/
|
|
9501
10665
|
getFundOrderfullinfo(request: GetFundOrderfullinfoRequest): Promise<GetFundOrderfullinfoResponse>;
|
|
9502
10666
|
/**
|
|
9503
|
-
* Description:
|
|
9504
|
-
* Summary:
|
|
10667
|
+
* Description: 资方调用、订单详情获取
|
|
10668
|
+
* Summary: 资方调用、订单详情获取
|
|
9505
10669
|
*/
|
|
9506
10670
|
getFundOrderfullinfoEx(request: GetFundOrderfullinfoRequest, headers: {
|
|
9507
10671
|
[key: string]: string;
|
|
@@ -9766,6 +10930,30 @@ export default class Client {
|
|
|
9766
10930
|
confirmFundCompensateEx(request: ConfirmFundCompensateRequest, headers: {
|
|
9767
10931
|
[key: string]: string;
|
|
9768
10932
|
}, runtime: $Util.RuntimeOptions): Promise<ConfirmFundCompensateResponse>;
|
|
10933
|
+
/**
|
|
10934
|
+
* Description: 资方提交合同签署
|
|
10935
|
+
* Summary: 资方提交合同签署
|
|
10936
|
+
*/
|
|
10937
|
+
submitFundFlow(request: SubmitFundFlowRequest): Promise<SubmitFundFlowResponse>;
|
|
10938
|
+
/**
|
|
10939
|
+
* Description: 资方提交合同签署
|
|
10940
|
+
* Summary: 资方提交合同签署
|
|
10941
|
+
*/
|
|
10942
|
+
submitFundFlowEx(request: SubmitFundFlowRequest, headers: {
|
|
10943
|
+
[key: string]: string;
|
|
10944
|
+
}, runtime: $Util.RuntimeOptions): Promise<SubmitFundFlowResponse>;
|
|
10945
|
+
/**
|
|
10946
|
+
* Description: 资方合同流程撤销
|
|
10947
|
+
* Summary: 资方合同流程撤销
|
|
10948
|
+
*/
|
|
10949
|
+
cancelFundFlow(request: CancelFundFlowRequest): Promise<CancelFundFlowResponse>;
|
|
10950
|
+
/**
|
|
10951
|
+
* Description: 资方合同流程撤销
|
|
10952
|
+
* Summary: 资方合同流程撤销
|
|
10953
|
+
*/
|
|
10954
|
+
cancelFundFlowEx(request: CancelFundFlowRequest, headers: {
|
|
10955
|
+
[key: string]: string;
|
|
10956
|
+
}, runtime: $Util.RuntimeOptions): Promise<CancelFundFlowResponse>;
|
|
9769
10957
|
/**
|
|
9770
10958
|
* Description: 内部调用,商品信息获取
|
|
9771
10959
|
* Summary: 商品信息获取
|
|
@@ -11162,6 +12350,102 @@ export default class Client {
|
|
|
11162
12350
|
countInnerAgreementterminateEx(request: CountInnerAgreementterminateRequest, headers: {
|
|
11163
12351
|
[key: string]: string;
|
|
11164
12352
|
}, runtime: $Util.RuntimeOptions): Promise<CountInnerAgreementterminateResponse>;
|
|
12353
|
+
/**
|
|
12354
|
+
* Description: 代扣异步解约-商户侧间连二级户或者为特殊直连下级商户需要查询订单详情
|
|
12355
|
+
* Summary: 代扣异步解约商户侧二级户查询订单
|
|
12356
|
+
*/
|
|
12357
|
+
queryInnerAgreementterminateorder(request: QueryInnerAgreementterminateorderRequest): Promise<QueryInnerAgreementterminateorderResponse>;
|
|
12358
|
+
/**
|
|
12359
|
+
* Description: 代扣异步解约-商户侧间连二级户或者为特殊直连下级商户需要查询订单详情
|
|
12360
|
+
* Summary: 代扣异步解约商户侧二级户查询订单
|
|
12361
|
+
*/
|
|
12362
|
+
queryInnerAgreementterminateorderEx(request: QueryInnerAgreementterminateorderRequest, headers: {
|
|
12363
|
+
[key: string]: string;
|
|
12364
|
+
}, runtime: $Util.RuntimeOptions): Promise<QueryInnerAgreementterminateorderResponse>;
|
|
12365
|
+
/**
|
|
12366
|
+
* Description: 随时享商户侧商品列表查询
|
|
12367
|
+
* Summary: 随时享商户侧商品列表查询
|
|
12368
|
+
*/
|
|
12369
|
+
pagequeryInnerPlatformproduct(request: PagequeryInnerPlatformproductRequest): Promise<PagequeryInnerPlatformproductResponse>;
|
|
12370
|
+
/**
|
|
12371
|
+
* Description: 随时享商户侧商品列表查询
|
|
12372
|
+
* Summary: 随时享商户侧商品列表查询
|
|
12373
|
+
*/
|
|
12374
|
+
pagequeryInnerPlatformproductEx(request: PagequeryInnerPlatformproductRequest, headers: {
|
|
12375
|
+
[key: string]: string;
|
|
12376
|
+
}, runtime: $Util.RuntimeOptions): Promise<PagequeryInnerPlatformproductResponse>;
|
|
12377
|
+
/**
|
|
12378
|
+
* Description: 随时享商户侧商品详情查询
|
|
12379
|
+
* Summary: 随时享商户侧商品详情查询
|
|
12380
|
+
*/
|
|
12381
|
+
detailInnerPlatformproduct(request: DetailInnerPlatformproductRequest): Promise<DetailInnerPlatformproductResponse>;
|
|
12382
|
+
/**
|
|
12383
|
+
* Description: 随时享商户侧商品详情查询
|
|
12384
|
+
* Summary: 随时享商户侧商品详情查询
|
|
12385
|
+
*/
|
|
12386
|
+
detailInnerPlatformproductEx(request: DetailInnerPlatformproductRequest, headers: {
|
|
12387
|
+
[key: string]: string;
|
|
12388
|
+
}, runtime: $Util.RuntimeOptions): Promise<DetailInnerPlatformproductResponse>;
|
|
12389
|
+
/**
|
|
12390
|
+
* Description: 随时享商户侧商品报名或者编辑
|
|
12391
|
+
* Summary: 随时享商户侧商品报名或者编辑
|
|
12392
|
+
*/
|
|
12393
|
+
submitInnerPlatformproduct(request: SubmitInnerPlatformproductRequest): Promise<SubmitInnerPlatformproductResponse>;
|
|
12394
|
+
/**
|
|
12395
|
+
* Description: 随时享商户侧商品报名或者编辑
|
|
12396
|
+
* Summary: 随时享商户侧商品报名或者编辑
|
|
12397
|
+
*/
|
|
12398
|
+
submitInnerPlatformproductEx(request: SubmitInnerPlatformproductRequest, headers: {
|
|
12399
|
+
[key: string]: string;
|
|
12400
|
+
}, runtime: $Util.RuntimeOptions): Promise<SubmitInnerPlatformproductResponse>;
|
|
12401
|
+
/**
|
|
12402
|
+
* Description: 随时享商户侧商品报名退出
|
|
12403
|
+
* Summary: 随时享商户侧商品报名退出
|
|
12404
|
+
*/
|
|
12405
|
+
reclaimInnerPlatformproduct(request: ReclaimInnerPlatformproductRequest): Promise<ReclaimInnerPlatformproductResponse>;
|
|
12406
|
+
/**
|
|
12407
|
+
* Description: 随时享商户侧商品报名退出
|
|
12408
|
+
* Summary: 随时享商户侧商品报名退出
|
|
12409
|
+
*/
|
|
12410
|
+
reclaimInnerPlatformproductEx(request: ReclaimInnerPlatformproductRequest, headers: {
|
|
12411
|
+
[key: string]: string;
|
|
12412
|
+
}, runtime: $Util.RuntimeOptions): Promise<ReclaimInnerPlatformproductResponse>;
|
|
12413
|
+
/**
|
|
12414
|
+
* Description: 随时享商户侧商品租赁价格配置
|
|
12415
|
+
* Summary: 随时享商户侧商品租赁价格配置
|
|
12416
|
+
*/
|
|
12417
|
+
setInnerPlatformproduct(request: SetInnerPlatformproductRequest): Promise<SetInnerPlatformproductResponse>;
|
|
12418
|
+
/**
|
|
12419
|
+
* Description: 随时享商户侧商品租赁价格配置
|
|
12420
|
+
* Summary: 随时享商户侧商品租赁价格配置
|
|
12421
|
+
*/
|
|
12422
|
+
setInnerPlatformproductEx(request: SetInnerPlatformproductRequest, headers: {
|
|
12423
|
+
[key: string]: string;
|
|
12424
|
+
}, runtime: $Util.RuntimeOptions): Promise<SetInnerPlatformproductResponse>;
|
|
12425
|
+
/**
|
|
12426
|
+
* Description: 查询授权协议状态
|
|
12427
|
+
* Summary: 授权协议状态查询
|
|
12428
|
+
*/
|
|
12429
|
+
queryInnerAuthagreement(request: QueryInnerAuthagreementRequest): Promise<QueryInnerAuthagreementResponse>;
|
|
12430
|
+
/**
|
|
12431
|
+
* Description: 查询授权协议状态
|
|
12432
|
+
* Summary: 授权协议状态查询
|
|
12433
|
+
*/
|
|
12434
|
+
queryInnerAuthagreementEx(request: QueryInnerAuthagreementRequest, headers: {
|
|
12435
|
+
[key: string]: string;
|
|
12436
|
+
}, runtime: $Util.RuntimeOptions): Promise<QueryInnerAuthagreementResponse>;
|
|
12437
|
+
/**
|
|
12438
|
+
* Description: 访问需授权的业务功能是进行协议授权确认
|
|
12439
|
+
* Summary: 协议授权确认
|
|
12440
|
+
*/
|
|
12441
|
+
confirmInnerAuthagreement(request: ConfirmInnerAuthagreementRequest): Promise<ConfirmInnerAuthagreementResponse>;
|
|
12442
|
+
/**
|
|
12443
|
+
* Description: 访问需授权的业务功能是进行协议授权确认
|
|
12444
|
+
* Summary: 协议授权确认
|
|
12445
|
+
*/
|
|
12446
|
+
confirmInnerAuthagreementEx(request: ConfirmInnerAuthagreementRequest, headers: {
|
|
12447
|
+
[key: string]: string;
|
|
12448
|
+
}, runtime: $Util.RuntimeOptions): Promise<ConfirmInnerAuthagreementResponse>;
|
|
11165
12449
|
/**
|
|
11166
12450
|
* Description: 一键投保
|
|
11167
12451
|
* Summary: 投保
|
|
@@ -11270,6 +12554,18 @@ export default class Client {
|
|
|
11270
12554
|
queryMerchantexpandDividerelationEx(request: QueryMerchantexpandDividerelationRequest, headers: {
|
|
11271
12555
|
[key: string]: string;
|
|
11272
12556
|
}, runtime: $Util.RuntimeOptions): Promise<QueryMerchantexpandDividerelationResponse>;
|
|
12557
|
+
/**
|
|
12558
|
+
* Description: 二级户进件绑定结算卡信息
|
|
12559
|
+
* Summary: 二级户进件绑定结算卡信息
|
|
12560
|
+
*/
|
|
12561
|
+
bindMerchantexpandSettlecard(request: BindMerchantexpandSettlecardRequest): Promise<BindMerchantexpandSettlecardResponse>;
|
|
12562
|
+
/**
|
|
12563
|
+
* Description: 二级户进件绑定结算卡信息
|
|
12564
|
+
* Summary: 二级户进件绑定结算卡信息
|
|
12565
|
+
*/
|
|
12566
|
+
bindMerchantexpandSettlecardEx(request: BindMerchantexpandSettlecardRequest, headers: {
|
|
12567
|
+
[key: string]: string;
|
|
12568
|
+
}, runtime: $Util.RuntimeOptions): Promise<BindMerchantexpandSettlecardResponse>;
|
|
11273
12569
|
/**
|
|
11274
12570
|
* Description: 可信身份认证,创建认证
|
|
11275
12571
|
* Summary: 创建认证
|
|
@@ -11702,6 +12998,42 @@ export default class Client {
|
|
|
11702
12998
|
syncTradePromoorderinfoEx(request: SyncTradePromoorderinfoRequest, headers: {
|
|
11703
12999
|
[key: string]: string;
|
|
11704
13000
|
}, runtime: $Util.RuntimeOptions): Promise<SyncTradePromoorderinfoResponse>;
|
|
13001
|
+
/**
|
|
13002
|
+
* Description: 商家端订单接单同步接口
|
|
13003
|
+
* Summary: 商家端同步接口
|
|
13004
|
+
*/
|
|
13005
|
+
syncTradePlatformorderaudit(request: SyncTradePlatformorderauditRequest): Promise<SyncTradePlatformorderauditResponse>;
|
|
13006
|
+
/**
|
|
13007
|
+
* Description: 商家端订单接单同步接口
|
|
13008
|
+
* Summary: 商家端同步接口
|
|
13009
|
+
*/
|
|
13010
|
+
syncTradePlatformorderauditEx(request: SyncTradePlatformorderauditRequest, headers: {
|
|
13011
|
+
[key: string]: string;
|
|
13012
|
+
}, runtime: $Util.RuntimeOptions): Promise<SyncTradePlatformorderauditResponse>;
|
|
13013
|
+
/**
|
|
13014
|
+
* Description: 资产订单同步
|
|
13015
|
+
* Summary: 资产订单同步
|
|
13016
|
+
*/
|
|
13017
|
+
syncTradeReceiptorderfullinfo(request: SyncTradeReceiptorderfullinfoRequest): Promise<SyncTradeReceiptorderfullinfoResponse>;
|
|
13018
|
+
/**
|
|
13019
|
+
* Description: 资产订单同步
|
|
13020
|
+
* Summary: 资产订单同步
|
|
13021
|
+
*/
|
|
13022
|
+
syncTradeReceiptorderfullinfoEx(request: SyncTradeReceiptorderfullinfoRequest, headers: {
|
|
13023
|
+
[key: string]: string;
|
|
13024
|
+
}, runtime: $Util.RuntimeOptions): Promise<SyncTradeReceiptorderfullinfoResponse>;
|
|
13025
|
+
/**
|
|
13026
|
+
* Description: 订单信息查询(新)
|
|
13027
|
+
* Summary: 订单获取
|
|
13028
|
+
*/
|
|
13029
|
+
getTradeOrderfullinfo(request: GetTradeOrderfullinfoRequest): Promise<GetTradeOrderfullinfoResponse>;
|
|
13030
|
+
/**
|
|
13031
|
+
* Description: 订单信息查询(新)
|
|
13032
|
+
* Summary: 订单获取
|
|
13033
|
+
*/
|
|
13034
|
+
getTradeOrderfullinfoEx(request: GetTradeOrderfullinfoRequest, headers: {
|
|
13035
|
+
[key: string]: string;
|
|
13036
|
+
}, runtime: $Util.RuntimeOptions): Promise<GetTradeOrderfullinfoResponse>;
|
|
11705
13037
|
/**
|
|
11706
13038
|
* Description: 代扣签约创建
|
|
11707
13039
|
* Summary: 代扣签约
|