@antchain/ato 1.13.11 → 1.14.1
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 +534 -0
- package/dist/client.js +815 -9
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +2721 -1554
package/dist/client.d.ts
CHANGED
|
@@ -345,6 +345,28 @@ export declare class PromiseInfo extends $tea.Model {
|
|
|
345
345
|
[key: string]: any;
|
|
346
346
|
});
|
|
347
347
|
}
|
|
348
|
+
export declare class FundAssertReport extends $tea.Model {
|
|
349
|
+
deliveryMonth: string;
|
|
350
|
+
totalBillAmount: number;
|
|
351
|
+
averageTerm: string;
|
|
352
|
+
cancelledBillAmount: number;
|
|
353
|
+
billAmountOverdueBy1dayOrMore: number;
|
|
354
|
+
billAmountOverdueBy30DaysOrMore: number;
|
|
355
|
+
totalBillAmountYPeriod: number;
|
|
356
|
+
averageTermYPeriod: string;
|
|
357
|
+
cancelledBillAmountYPeriod: number;
|
|
358
|
+
billAmountOverdueBy1dayOrMoreYPeriod: number;
|
|
359
|
+
billAmountOverdueBy30DaysOrMoreYPeriod: number;
|
|
360
|
+
static names(): {
|
|
361
|
+
[key: string]: string;
|
|
362
|
+
};
|
|
363
|
+
static types(): {
|
|
364
|
+
[key: string]: any;
|
|
365
|
+
};
|
|
366
|
+
constructor(map?: {
|
|
367
|
+
[key: string]: any;
|
|
368
|
+
});
|
|
369
|
+
}
|
|
348
370
|
export declare class CustomerServiceInfo extends $tea.Model {
|
|
349
371
|
merchantId?: string;
|
|
350
372
|
merchantName?: string;
|
|
@@ -735,6 +757,23 @@ export declare class MarketingScoreInfo extends $tea.Model {
|
|
|
735
757
|
[key: string]: any;
|
|
736
758
|
});
|
|
737
759
|
}
|
|
760
|
+
export declare class PendingEventInfo extends $tea.Model {
|
|
761
|
+
eventId?: string;
|
|
762
|
+
type?: string;
|
|
763
|
+
status?: string;
|
|
764
|
+
contentSubject?: string;
|
|
765
|
+
effectiveStartTime?: string;
|
|
766
|
+
effectiveEndTime?: string;
|
|
767
|
+
static names(): {
|
|
768
|
+
[key: string]: string;
|
|
769
|
+
};
|
|
770
|
+
static types(): {
|
|
771
|
+
[key: string]: any;
|
|
772
|
+
};
|
|
773
|
+
constructor(map?: {
|
|
774
|
+
[key: string]: any;
|
|
775
|
+
});
|
|
776
|
+
}
|
|
738
777
|
export declare class PriceDetail extends $tea.Model {
|
|
739
778
|
periodNum: number;
|
|
740
779
|
depositPrice: number;
|
|
@@ -793,6 +832,20 @@ export declare class AwardingQueryModel extends $tea.Model {
|
|
|
793
832
|
[key: string]: any;
|
|
794
833
|
});
|
|
795
834
|
}
|
|
835
|
+
export declare class OrderPrimiseExcelInfo extends $tea.Model {
|
|
836
|
+
downloadUrl?: string;
|
|
837
|
+
fileType: string;
|
|
838
|
+
taskStatus: string;
|
|
839
|
+
static names(): {
|
|
840
|
+
[key: string]: string;
|
|
841
|
+
};
|
|
842
|
+
static types(): {
|
|
843
|
+
[key: string]: any;
|
|
844
|
+
};
|
|
845
|
+
constructor(map?: {
|
|
846
|
+
[key: string]: any;
|
|
847
|
+
});
|
|
848
|
+
}
|
|
796
849
|
export declare class ApplicationInfoUpdate extends $tea.Model {
|
|
797
850
|
applicationScene?: string;
|
|
798
851
|
tinyAppId?: string;
|
|
@@ -904,6 +957,20 @@ export declare class OrderProductInfo extends $tea.Model {
|
|
|
904
957
|
[key: string]: any;
|
|
905
958
|
});
|
|
906
959
|
}
|
|
960
|
+
export declare class CreditUtilizationOrder extends $tea.Model {
|
|
961
|
+
orderId: string;
|
|
962
|
+
orderCreditLine: number;
|
|
963
|
+
orderMerchantRepaymentMoney: number;
|
|
964
|
+
static names(): {
|
|
965
|
+
[key: string]: string;
|
|
966
|
+
};
|
|
967
|
+
static types(): {
|
|
968
|
+
[key: string]: any;
|
|
969
|
+
};
|
|
970
|
+
constructor(map?: {
|
|
971
|
+
[key: string]: any;
|
|
972
|
+
});
|
|
973
|
+
}
|
|
907
974
|
export declare class ActivePayOrder extends $tea.Model {
|
|
908
975
|
tradeNo: string;
|
|
909
976
|
tradeStatus: string;
|
|
@@ -1791,6 +1858,219 @@ export declare class QueryFundDividerelationResponse extends $tea.Model {
|
|
|
1791
1858
|
[key: string]: any;
|
|
1792
1859
|
});
|
|
1793
1860
|
}
|
|
1861
|
+
export declare class ApplyFundCreditutilizationRequest extends $tea.Model {
|
|
1862
|
+
authToken?: string;
|
|
1863
|
+
productInstanceId?: string;
|
|
1864
|
+
orderList: CreditUtilizationOrder[];
|
|
1865
|
+
tenantId: string;
|
|
1866
|
+
merchantId: string;
|
|
1867
|
+
fundId: string;
|
|
1868
|
+
grantingId: string;
|
|
1869
|
+
utilizationAuthId: string;
|
|
1870
|
+
utilizationId: string;
|
|
1871
|
+
static names(): {
|
|
1872
|
+
[key: string]: string;
|
|
1873
|
+
};
|
|
1874
|
+
static types(): {
|
|
1875
|
+
[key: string]: any;
|
|
1876
|
+
};
|
|
1877
|
+
constructor(map?: {
|
|
1878
|
+
[key: string]: any;
|
|
1879
|
+
});
|
|
1880
|
+
}
|
|
1881
|
+
export declare class ApplyFundCreditutilizationResponse extends $tea.Model {
|
|
1882
|
+
reqMsgId?: string;
|
|
1883
|
+
resultCode?: string;
|
|
1884
|
+
resultMsg?: string;
|
|
1885
|
+
utilizationId?: string;
|
|
1886
|
+
utilizationAuthId?: string;
|
|
1887
|
+
assetPackageId?: string;
|
|
1888
|
+
static names(): {
|
|
1889
|
+
[key: string]: string;
|
|
1890
|
+
};
|
|
1891
|
+
static types(): {
|
|
1892
|
+
[key: string]: any;
|
|
1893
|
+
};
|
|
1894
|
+
constructor(map?: {
|
|
1895
|
+
[key: string]: any;
|
|
1896
|
+
});
|
|
1897
|
+
}
|
|
1898
|
+
export declare class ApplyFundAssertorderRequest extends $tea.Model {
|
|
1899
|
+
authToken?: string;
|
|
1900
|
+
productInstanceId?: string;
|
|
1901
|
+
authId: string;
|
|
1902
|
+
fundId: string;
|
|
1903
|
+
tenantId: string;
|
|
1904
|
+
merchantId: string;
|
|
1905
|
+
bizNo: string;
|
|
1906
|
+
startTime: string;
|
|
1907
|
+
endTime: string;
|
|
1908
|
+
filterFinancingStatus?: boolean;
|
|
1909
|
+
filterCance?: boolean;
|
|
1910
|
+
filterEarlySettlement?: boolean;
|
|
1911
|
+
filterOverdue?: boolean;
|
|
1912
|
+
filterRetry?: boolean;
|
|
1913
|
+
filterTodayPay?: boolean;
|
|
1914
|
+
static names(): {
|
|
1915
|
+
[key: string]: string;
|
|
1916
|
+
};
|
|
1917
|
+
static types(): {
|
|
1918
|
+
[key: string]: any;
|
|
1919
|
+
};
|
|
1920
|
+
constructor(map?: {
|
|
1921
|
+
[key: string]: any;
|
|
1922
|
+
});
|
|
1923
|
+
}
|
|
1924
|
+
export declare class ApplyFundAssertorderResponse extends $tea.Model {
|
|
1925
|
+
reqMsgId?: string;
|
|
1926
|
+
resultCode?: string;
|
|
1927
|
+
resultMsg?: string;
|
|
1928
|
+
taskStatus?: string;
|
|
1929
|
+
static names(): {
|
|
1930
|
+
[key: string]: string;
|
|
1931
|
+
};
|
|
1932
|
+
static types(): {
|
|
1933
|
+
[key: string]: any;
|
|
1934
|
+
};
|
|
1935
|
+
constructor(map?: {
|
|
1936
|
+
[key: string]: any;
|
|
1937
|
+
});
|
|
1938
|
+
}
|
|
1939
|
+
export declare class QueryFundAssertorderRequest extends $tea.Model {
|
|
1940
|
+
authToken?: string;
|
|
1941
|
+
productInstanceId?: string;
|
|
1942
|
+
authId: string;
|
|
1943
|
+
fundId: string;
|
|
1944
|
+
tenantId: string;
|
|
1945
|
+
merchantId: string;
|
|
1946
|
+
bizNo: string;
|
|
1947
|
+
static names(): {
|
|
1948
|
+
[key: string]: string;
|
|
1949
|
+
};
|
|
1950
|
+
static types(): {
|
|
1951
|
+
[key: string]: any;
|
|
1952
|
+
};
|
|
1953
|
+
constructor(map?: {
|
|
1954
|
+
[key: string]: any;
|
|
1955
|
+
});
|
|
1956
|
+
}
|
|
1957
|
+
export declare class QueryFundAssertorderResponse extends $tea.Model {
|
|
1958
|
+
reqMsgId?: string;
|
|
1959
|
+
resultCode?: string;
|
|
1960
|
+
resultMsg?: string;
|
|
1961
|
+
data?: OrderPrimiseExcelInfo[];
|
|
1962
|
+
static names(): {
|
|
1963
|
+
[key: string]: string;
|
|
1964
|
+
};
|
|
1965
|
+
static types(): {
|
|
1966
|
+
[key: string]: any;
|
|
1967
|
+
};
|
|
1968
|
+
constructor(map?: {
|
|
1969
|
+
[key: string]: any;
|
|
1970
|
+
});
|
|
1971
|
+
}
|
|
1972
|
+
export declare class SyncFundCreditgrantingRequest extends $tea.Model {
|
|
1973
|
+
authToken?: string;
|
|
1974
|
+
productInstanceId?: string;
|
|
1975
|
+
grantingId: string;
|
|
1976
|
+
authId: string;
|
|
1977
|
+
fundId: string;
|
|
1978
|
+
merchantId: string;
|
|
1979
|
+
tenantId: string;
|
|
1980
|
+
grantingLine: number;
|
|
1981
|
+
effectStartTime: string;
|
|
1982
|
+
effectEndTime: string;
|
|
1983
|
+
static names(): {
|
|
1984
|
+
[key: string]: string;
|
|
1985
|
+
};
|
|
1986
|
+
static types(): {
|
|
1987
|
+
[key: string]: any;
|
|
1988
|
+
};
|
|
1989
|
+
constructor(map?: {
|
|
1990
|
+
[key: string]: any;
|
|
1991
|
+
});
|
|
1992
|
+
}
|
|
1993
|
+
export declare class SyncFundCreditgrantingResponse extends $tea.Model {
|
|
1994
|
+
reqMsgId?: string;
|
|
1995
|
+
resultCode?: string;
|
|
1996
|
+
resultMsg?: string;
|
|
1997
|
+
static names(): {
|
|
1998
|
+
[key: string]: string;
|
|
1999
|
+
};
|
|
2000
|
+
static types(): {
|
|
2001
|
+
[key: string]: any;
|
|
2002
|
+
};
|
|
2003
|
+
constructor(map?: {
|
|
2004
|
+
[key: string]: any;
|
|
2005
|
+
});
|
|
2006
|
+
}
|
|
2007
|
+
export declare class AuthFundCreditgrantingRequest extends $tea.Model {
|
|
2008
|
+
authToken?: string;
|
|
2009
|
+
productInstanceId?: string;
|
|
2010
|
+
tenantId: string;
|
|
2011
|
+
merchantId: string;
|
|
2012
|
+
fundId: string;
|
|
2013
|
+
authId: string;
|
|
2014
|
+
authBeginTime: string;
|
|
2015
|
+
authEndTime: string;
|
|
2016
|
+
orderQueryBegin: string;
|
|
2017
|
+
orderQueryEnd: string;
|
|
2018
|
+
static names(): {
|
|
2019
|
+
[key: string]: string;
|
|
2020
|
+
};
|
|
2021
|
+
static types(): {
|
|
2022
|
+
[key: string]: any;
|
|
2023
|
+
};
|
|
2024
|
+
constructor(map?: {
|
|
2025
|
+
[key: string]: any;
|
|
2026
|
+
});
|
|
2027
|
+
}
|
|
2028
|
+
export declare class AuthFundCreditgrantingResponse extends $tea.Model {
|
|
2029
|
+
reqMsgId?: string;
|
|
2030
|
+
resultCode?: string;
|
|
2031
|
+
resultMsg?: string;
|
|
2032
|
+
static names(): {
|
|
2033
|
+
[key: string]: string;
|
|
2034
|
+
};
|
|
2035
|
+
static types(): {
|
|
2036
|
+
[key: string]: any;
|
|
2037
|
+
};
|
|
2038
|
+
constructor(map?: {
|
|
2039
|
+
[key: string]: any;
|
|
2040
|
+
});
|
|
2041
|
+
}
|
|
2042
|
+
export declare class QueryFundAssertreportRequest extends $tea.Model {
|
|
2043
|
+
authToken?: string;
|
|
2044
|
+
productInstanceId?: string;
|
|
2045
|
+
authId: string;
|
|
2046
|
+
fundId: string;
|
|
2047
|
+
tenantId: string;
|
|
2048
|
+
merchantId: string;
|
|
2049
|
+
static names(): {
|
|
2050
|
+
[key: string]: string;
|
|
2051
|
+
};
|
|
2052
|
+
static types(): {
|
|
2053
|
+
[key: string]: any;
|
|
2054
|
+
};
|
|
2055
|
+
constructor(map?: {
|
|
2056
|
+
[key: string]: any;
|
|
2057
|
+
});
|
|
2058
|
+
}
|
|
2059
|
+
export declare class QueryFundAssertreportResponse extends $tea.Model {
|
|
2060
|
+
reqMsgId?: string;
|
|
2061
|
+
resultCode?: string;
|
|
2062
|
+
resultMsg?: string;
|
|
2063
|
+
data?: FundAssertReport[];
|
|
2064
|
+
static names(): {
|
|
2065
|
+
[key: string]: string;
|
|
2066
|
+
};
|
|
2067
|
+
static types(): {
|
|
2068
|
+
[key: string]: any;
|
|
2069
|
+
};
|
|
2070
|
+
constructor(map?: {
|
|
2071
|
+
[key: string]: any;
|
|
2072
|
+
});
|
|
2073
|
+
}
|
|
1794
2074
|
export declare class GetInnerProductRequest extends $tea.Model {
|
|
1795
2075
|
authToken?: string;
|
|
1796
2076
|
productInstanceId?: string;
|
|
@@ -4048,6 +4328,136 @@ export declare class SubmitInnerTemplatesyncreviewResponse extends $tea.Model {
|
|
|
4048
4328
|
[key: string]: any;
|
|
4049
4329
|
});
|
|
4050
4330
|
}
|
|
4331
|
+
export declare class SubmitInnerPendingeventRequest extends $tea.Model {
|
|
4332
|
+
authToken?: string;
|
|
4333
|
+
productInstanceId?: string;
|
|
4334
|
+
tenantId: string;
|
|
4335
|
+
eventId: string;
|
|
4336
|
+
action: string;
|
|
4337
|
+
operator: string;
|
|
4338
|
+
static names(): {
|
|
4339
|
+
[key: string]: string;
|
|
4340
|
+
};
|
|
4341
|
+
static types(): {
|
|
4342
|
+
[key: string]: any;
|
|
4343
|
+
};
|
|
4344
|
+
constructor(map?: {
|
|
4345
|
+
[key: string]: any;
|
|
4346
|
+
});
|
|
4347
|
+
}
|
|
4348
|
+
export declare class SubmitInnerPendingeventResponse extends $tea.Model {
|
|
4349
|
+
reqMsgId?: string;
|
|
4350
|
+
resultCode?: string;
|
|
4351
|
+
resultMsg?: string;
|
|
4352
|
+
static names(): {
|
|
4353
|
+
[key: string]: string;
|
|
4354
|
+
};
|
|
4355
|
+
static types(): {
|
|
4356
|
+
[key: string]: any;
|
|
4357
|
+
};
|
|
4358
|
+
constructor(map?: {
|
|
4359
|
+
[key: string]: any;
|
|
4360
|
+
});
|
|
4361
|
+
}
|
|
4362
|
+
export declare class DetailInnerPendingeventRequest extends $tea.Model {
|
|
4363
|
+
authToken?: string;
|
|
4364
|
+
productInstanceId?: string;
|
|
4365
|
+
tenantId: string;
|
|
4366
|
+
eventId: string;
|
|
4367
|
+
static names(): {
|
|
4368
|
+
[key: string]: string;
|
|
4369
|
+
};
|
|
4370
|
+
static types(): {
|
|
4371
|
+
[key: string]: any;
|
|
4372
|
+
};
|
|
4373
|
+
constructor(map?: {
|
|
4374
|
+
[key: string]: any;
|
|
4375
|
+
});
|
|
4376
|
+
}
|
|
4377
|
+
export declare class DetailInnerPendingeventResponse extends $tea.Model {
|
|
4378
|
+
reqMsgId?: string;
|
|
4379
|
+
resultCode?: string;
|
|
4380
|
+
resultMsg?: string;
|
|
4381
|
+
eventId?: string;
|
|
4382
|
+
type?: string;
|
|
4383
|
+
status?: string;
|
|
4384
|
+
contentSubject?: string;
|
|
4385
|
+
contentDetails?: string;
|
|
4386
|
+
actionOptionsConfig?: string;
|
|
4387
|
+
effectiveStartTime?: string;
|
|
4388
|
+
effectiveEndTime?: string;
|
|
4389
|
+
static names(): {
|
|
4390
|
+
[key: string]: string;
|
|
4391
|
+
};
|
|
4392
|
+
static types(): {
|
|
4393
|
+
[key: string]: any;
|
|
4394
|
+
};
|
|
4395
|
+
constructor(map?: {
|
|
4396
|
+
[key: string]: any;
|
|
4397
|
+
});
|
|
4398
|
+
}
|
|
4399
|
+
export declare class AddInnerTemplateRequest extends $tea.Model {
|
|
4400
|
+
authToken?: string;
|
|
4401
|
+
productInstanceId?: string;
|
|
4402
|
+
tenantId: string;
|
|
4403
|
+
templateCode: string;
|
|
4404
|
+
static names(): {
|
|
4405
|
+
[key: string]: string;
|
|
4406
|
+
};
|
|
4407
|
+
static types(): {
|
|
4408
|
+
[key: string]: any;
|
|
4409
|
+
};
|
|
4410
|
+
constructor(map?: {
|
|
4411
|
+
[key: string]: any;
|
|
4412
|
+
});
|
|
4413
|
+
}
|
|
4414
|
+
export declare class AddInnerTemplateResponse extends $tea.Model {
|
|
4415
|
+
reqMsgId?: string;
|
|
4416
|
+
resultCode?: string;
|
|
4417
|
+
resultMsg?: string;
|
|
4418
|
+
static names(): {
|
|
4419
|
+
[key: string]: string;
|
|
4420
|
+
};
|
|
4421
|
+
static types(): {
|
|
4422
|
+
[key: string]: any;
|
|
4423
|
+
};
|
|
4424
|
+
constructor(map?: {
|
|
4425
|
+
[key: string]: any;
|
|
4426
|
+
});
|
|
4427
|
+
}
|
|
4428
|
+
export declare class PagequeryInnerPendingeventRequest extends $tea.Model {
|
|
4429
|
+
authToken?: string;
|
|
4430
|
+
productInstanceId?: string;
|
|
4431
|
+
tenantId: string;
|
|
4432
|
+
statusList?: string[];
|
|
4433
|
+
type?: string;
|
|
4434
|
+
pageInfo: PageQuery;
|
|
4435
|
+
static names(): {
|
|
4436
|
+
[key: string]: string;
|
|
4437
|
+
};
|
|
4438
|
+
static types(): {
|
|
4439
|
+
[key: string]: any;
|
|
4440
|
+
};
|
|
4441
|
+
constructor(map?: {
|
|
4442
|
+
[key: string]: any;
|
|
4443
|
+
});
|
|
4444
|
+
}
|
|
4445
|
+
export declare class PagequeryInnerPendingeventResponse extends $tea.Model {
|
|
4446
|
+
reqMsgId?: string;
|
|
4447
|
+
resultCode?: string;
|
|
4448
|
+
resultMsg?: string;
|
|
4449
|
+
total?: number;
|
|
4450
|
+
pendingEventInfoList?: PendingEventInfo[];
|
|
4451
|
+
static names(): {
|
|
4452
|
+
[key: string]: string;
|
|
4453
|
+
};
|
|
4454
|
+
static types(): {
|
|
4455
|
+
[key: string]: any;
|
|
4456
|
+
};
|
|
4457
|
+
constructor(map?: {
|
|
4458
|
+
[key: string]: any;
|
|
4459
|
+
});
|
|
4460
|
+
}
|
|
4051
4461
|
export declare class CreateInsureRequest extends $tea.Model {
|
|
4052
4462
|
authToken?: string;
|
|
4053
4463
|
productInstanceId?: string;
|
|
@@ -6360,6 +6770,82 @@ export default class Client {
|
|
|
6360
6770
|
queryFundDividerelationEx(request: QueryFundDividerelationRequest, headers: {
|
|
6361
6771
|
[key: string]: string;
|
|
6362
6772
|
}, runtime: $Util.RuntimeOptions): Promise<QueryFundDividerelationResponse>;
|
|
6773
|
+
/**
|
|
6774
|
+
* Description: ● 本接口获取用信授权
|
|
6775
|
+
● 本接口返回成功后,仅代表用信申请成功;不代表订单融资发起申请成功,融资申请结果通过异步消息通知
|
|
6776
|
+
* Summary: 用信申请接口
|
|
6777
|
+
*/
|
|
6778
|
+
applyFundCreditutilization(request: ApplyFundCreditutilizationRequest): Promise<ApplyFundCreditutilizationResponse>;
|
|
6779
|
+
/**
|
|
6780
|
+
* Description: ● 本接口获取用信授权
|
|
6781
|
+
● 本接口返回成功后,仅代表用信申请成功;不代表订单融资发起申请成功,融资申请结果通过异步消息通知
|
|
6782
|
+
* Summary: 用信申请接口
|
|
6783
|
+
*/
|
|
6784
|
+
applyFundCreditutilizationEx(request: ApplyFundCreditutilizationRequest, headers: {
|
|
6785
|
+
[key: string]: string;
|
|
6786
|
+
}, runtime: $Util.RuntimeOptions): Promise<ApplyFundCreditutilizationResponse>;
|
|
6787
|
+
/**
|
|
6788
|
+
* Description: 小贷融资用信申请订单履约信息
|
|
6789
|
+
* Summary: 用信申请订单履约信息
|
|
6790
|
+
*/
|
|
6791
|
+
applyFundAssertorder(request: ApplyFundAssertorderRequest): Promise<ApplyFundAssertorderResponse>;
|
|
6792
|
+
/**
|
|
6793
|
+
* Description: 小贷融资用信申请订单履约信息
|
|
6794
|
+
* Summary: 用信申请订单履约信息
|
|
6795
|
+
*/
|
|
6796
|
+
applyFundAssertorderEx(request: ApplyFundAssertorderRequest, headers: {
|
|
6797
|
+
[key: string]: string;
|
|
6798
|
+
}, runtime: $Util.RuntimeOptions): Promise<ApplyFundAssertorderResponse>;
|
|
6799
|
+
/**
|
|
6800
|
+
* Description: 用信查询订单履约信息
|
|
6801
|
+
* Summary: 用信查询订单履约信息
|
|
6802
|
+
*/
|
|
6803
|
+
queryFundAssertorder(request: QueryFundAssertorderRequest): Promise<QueryFundAssertorderResponse>;
|
|
6804
|
+
/**
|
|
6805
|
+
* Description: 用信查询订单履约信息
|
|
6806
|
+
* Summary: 用信查询订单履约信息
|
|
6807
|
+
*/
|
|
6808
|
+
queryFundAssertorderEx(request: QueryFundAssertorderRequest, headers: {
|
|
6809
|
+
[key: string]: string;
|
|
6810
|
+
}, runtime: $Util.RuntimeOptions): Promise<QueryFundAssertorderResponse>;
|
|
6811
|
+
/**
|
|
6812
|
+
* Description: 调用说明:
|
|
6813
|
+
● 本接口用于授信额度试算完成后同步授信结果。
|
|
6814
|
+
* Summary: 授信结果同步接口
|
|
6815
|
+
*/
|
|
6816
|
+
syncFundCreditgranting(request: SyncFundCreditgrantingRequest): Promise<SyncFundCreditgrantingResponse>;
|
|
6817
|
+
/**
|
|
6818
|
+
* Description: 调用说明:
|
|
6819
|
+
● 本接口用于授信额度试算完成后同步授信结果。
|
|
6820
|
+
* Summary: 授信结果同步接口
|
|
6821
|
+
*/
|
|
6822
|
+
syncFundCreditgrantingEx(request: SyncFundCreditgrantingRequest, headers: {
|
|
6823
|
+
[key: string]: string;
|
|
6824
|
+
}, runtime: $Util.RuntimeOptions): Promise<SyncFundCreditgrantingResponse>;
|
|
6825
|
+
/**
|
|
6826
|
+
* Description: 本接口用于授信授权。本接口返回成功后,代表授权申请已发起。如果授权通过,会发送异步通知。
|
|
6827
|
+
* Summary: 授信授权申请接口
|
|
6828
|
+
*/
|
|
6829
|
+
authFundCreditgranting(request: AuthFundCreditgrantingRequest): Promise<AuthFundCreditgrantingResponse>;
|
|
6830
|
+
/**
|
|
6831
|
+
* Description: 本接口用于授信授权。本接口返回成功后,代表授权申请已发起。如果授权通过,会发送异步通知。
|
|
6832
|
+
* Summary: 授信授权申请接口
|
|
6833
|
+
*/
|
|
6834
|
+
authFundCreditgrantingEx(request: AuthFundCreditgrantingRequest, headers: {
|
|
6835
|
+
[key: string]: string;
|
|
6836
|
+
}, runtime: $Util.RuntimeOptions): Promise<AuthFundCreditgrantingResponse>;
|
|
6837
|
+
/**
|
|
6838
|
+
* Description: 小贷融资查询资产报告
|
|
6839
|
+
* Summary: 查询资产报告
|
|
6840
|
+
*/
|
|
6841
|
+
queryFundAssertreport(request: QueryFundAssertreportRequest): Promise<QueryFundAssertreportResponse>;
|
|
6842
|
+
/**
|
|
6843
|
+
* Description: 小贷融资查询资产报告
|
|
6844
|
+
* Summary: 查询资产报告
|
|
6845
|
+
*/
|
|
6846
|
+
queryFundAssertreportEx(request: QueryFundAssertreportRequest, headers: {
|
|
6847
|
+
[key: string]: string;
|
|
6848
|
+
}, runtime: $Util.RuntimeOptions): Promise<QueryFundAssertreportResponse>;
|
|
6363
6849
|
/**
|
|
6364
6850
|
* Description: 内部调用,商品信息获取
|
|
6365
6851
|
* Summary: 商品信息获取
|
|
@@ -7190,6 +7676,54 @@ export default class Client {
|
|
|
7190
7676
|
submitInnerTemplatesyncreviewEx(request: SubmitInnerTemplatesyncreviewRequest, headers: {
|
|
7191
7677
|
[key: string]: string;
|
|
7192
7678
|
}, runtime: $Util.RuntimeOptions): Promise<SubmitInnerTemplatesyncreviewResponse>;
|
|
7679
|
+
/**
|
|
7680
|
+
* Description: 待办事件处理
|
|
7681
|
+
* Summary: 待办事件处理
|
|
7682
|
+
*/
|
|
7683
|
+
submitInnerPendingevent(request: SubmitInnerPendingeventRequest): Promise<SubmitInnerPendingeventResponse>;
|
|
7684
|
+
/**
|
|
7685
|
+
* Description: 待办事件处理
|
|
7686
|
+
* Summary: 待办事件处理
|
|
7687
|
+
*/
|
|
7688
|
+
submitInnerPendingeventEx(request: SubmitInnerPendingeventRequest, headers: {
|
|
7689
|
+
[key: string]: string;
|
|
7690
|
+
}, runtime: $Util.RuntimeOptions): Promise<SubmitInnerPendingeventResponse>;
|
|
7691
|
+
/**
|
|
7692
|
+
* Description: 待办事件详情查询
|
|
7693
|
+
* Summary: 待办事件详情查询
|
|
7694
|
+
*/
|
|
7695
|
+
detailInnerPendingevent(request: DetailInnerPendingeventRequest): Promise<DetailInnerPendingeventResponse>;
|
|
7696
|
+
/**
|
|
7697
|
+
* Description: 待办事件详情查询
|
|
7698
|
+
* Summary: 待办事件详情查询
|
|
7699
|
+
*/
|
|
7700
|
+
detailInnerPendingeventEx(request: DetailInnerPendingeventRequest, headers: {
|
|
7701
|
+
[key: string]: string;
|
|
7702
|
+
}, runtime: $Util.RuntimeOptions): Promise<DetailInnerPendingeventResponse>;
|
|
7703
|
+
/**
|
|
7704
|
+
* Description: 合同模板制作根据已有模板新增合同模板文件
|
|
7705
|
+
* Summary: 根据已有模板新增合同模板文件
|
|
7706
|
+
*/
|
|
7707
|
+
addInnerTemplate(request: AddInnerTemplateRequest): Promise<AddInnerTemplateResponse>;
|
|
7708
|
+
/**
|
|
7709
|
+
* Description: 合同模板制作根据已有模板新增合同模板文件
|
|
7710
|
+
* Summary: 根据已有模板新增合同模板文件
|
|
7711
|
+
*/
|
|
7712
|
+
addInnerTemplateEx(request: AddInnerTemplateRequest, headers: {
|
|
7713
|
+
[key: string]: string;
|
|
7714
|
+
}, runtime: $Util.RuntimeOptions): Promise<AddInnerTemplateResponse>;
|
|
7715
|
+
/**
|
|
7716
|
+
* Description: 查询待办列表
|
|
7717
|
+
* Summary: 查询待办列表
|
|
7718
|
+
*/
|
|
7719
|
+
pagequeryInnerPendingevent(request: PagequeryInnerPendingeventRequest): Promise<PagequeryInnerPendingeventResponse>;
|
|
7720
|
+
/**
|
|
7721
|
+
* Description: 查询待办列表
|
|
7722
|
+
* Summary: 查询待办列表
|
|
7723
|
+
*/
|
|
7724
|
+
pagequeryInnerPendingeventEx(request: PagequeryInnerPendingeventRequest, headers: {
|
|
7725
|
+
[key: string]: string;
|
|
7726
|
+
}, runtime: $Util.RuntimeOptions): Promise<PagequeryInnerPendingeventResponse>;
|
|
7193
7727
|
/**
|
|
7194
7728
|
* Description: 一键投保
|
|
7195
7729
|
* Summary: 投保
|