antchain-ak-d3c4f09125a14cd587057c405561809a 1.0.1__tar.gz → 1.1.0__tar.gz
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.
- {antchain_ak_d3c4f09125a14cd587057c405561809a-1.0.1 → antchain_ak_d3c4f09125a14cd587057c405561809a-1.1.0}/PKG-INFO +1 -1
- {antchain_ak_d3c4f09125a14cd587057c405561809a-1.0.1 → antchain_ak_d3c4f09125a14cd587057c405561809a-1.1.0}/antchain_ak_d3c4f09125a14cd587057c405561809a.egg-info/PKG-INFO +1 -1
- antchain_ak_d3c4f09125a14cd587057c405561809a-1.1.0/antchain_sdk_ak_d3c4f09125a14cd587057c405561809a/__init__.py +1 -0
- {antchain_ak_d3c4f09125a14cd587057c405561809a-1.0.1 → antchain_ak_d3c4f09125a14cd587057c405561809a-1.1.0}/antchain_sdk_ak_d3c4f09125a14cd587057c405561809a/client.py +396 -4
- {antchain_ak_d3c4f09125a14cd587057c405561809a-1.0.1 → antchain_ak_d3c4f09125a14cd587057c405561809a-1.1.0}/antchain_sdk_ak_d3c4f09125a14cd587057c405561809a/models.py +1835 -762
- {antchain_ak_d3c4f09125a14cd587057c405561809a-1.0.1 → antchain_ak_d3c4f09125a14cd587057c405561809a-1.1.0}/setup.py +1 -1
- antchain_ak_d3c4f09125a14cd587057c405561809a-1.0.1/antchain_sdk_ak_d3c4f09125a14cd587057c405561809a/__init__.py +0 -1
- {antchain_ak_d3c4f09125a14cd587057c405561809a-1.0.1 → antchain_ak_d3c4f09125a14cd587057c405561809a-1.1.0}/LICENSE +0 -0
- {antchain_ak_d3c4f09125a14cd587057c405561809a-1.0.1 → antchain_ak_d3c4f09125a14cd587057c405561809a-1.1.0}/MANIFEST.in +0 -0
- {antchain_ak_d3c4f09125a14cd587057c405561809a-1.0.1 → antchain_ak_d3c4f09125a14cd587057c405561809a-1.1.0}/README-CN.md +0 -0
- {antchain_ak_d3c4f09125a14cd587057c405561809a-1.0.1 → antchain_ak_d3c4f09125a14cd587057c405561809a-1.1.0}/README.md +0 -0
- {antchain_ak_d3c4f09125a14cd587057c405561809a-1.0.1 → antchain_ak_d3c4f09125a14cd587057c405561809a-1.1.0}/antchain_ak_d3c4f09125a14cd587057c405561809a.egg-info/SOURCES.txt +0 -0
- {antchain_ak_d3c4f09125a14cd587057c405561809a-1.0.1 → antchain_ak_d3c4f09125a14cd587057c405561809a-1.1.0}/antchain_ak_d3c4f09125a14cd587057c405561809a.egg-info/dependency_links.txt +0 -0
- {antchain_ak_d3c4f09125a14cd587057c405561809a-1.0.1 → antchain_ak_d3c4f09125a14cd587057c405561809a-1.1.0}/antchain_ak_d3c4f09125a14cd587057c405561809a.egg-info/requires.txt +0 -0
- {antchain_ak_d3c4f09125a14cd587057c405561809a-1.0.1 → antchain_ak_d3c4f09125a14cd587057c405561809a-1.1.0}/antchain_ak_d3c4f09125a14cd587057c405561809a.egg-info/top_level.txt +0 -0
- {antchain_ak_d3c4f09125a14cd587057c405561809a-1.0.1 → antchain_ak_d3c4f09125a14cd587057c405561809a-1.1.0}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: antchain_ak_d3c4f09125a14cd587057c405561809a
|
|
3
|
-
Version: 1.0
|
|
3
|
+
Version: 1.1.0
|
|
4
4
|
Summary: Ant Chain Ak_d3c4f09125a14cd587057c405561809a SDK Library for Python
|
|
5
5
|
Home-page: https://github.com/alipay/antchain-openapi-prod-sdk
|
|
6
6
|
Author: Ant Chain SDK
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: antchain-ak-d3c4f09125a14cd587057c405561809a
|
|
3
|
-
Version: 1.0
|
|
3
|
+
Version: 1.1.0
|
|
4
4
|
Summary: Ant Chain Ak_d3c4f09125a14cd587057c405561809a SDK Library for Python
|
|
5
5
|
Home-page: https://github.com/alipay/antchain-openapi-prod-sdk
|
|
6
6
|
Author: Ant Chain SDK
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '1.1.0'
|
|
@@ -110,7 +110,7 @@ class Client:
|
|
|
110
110
|
'period': UtilClient.default_number(runtime.backoff_period, 1)
|
|
111
111
|
},
|
|
112
112
|
'ignoreSSL': runtime.ignore_ssl,
|
|
113
|
-
#
|
|
113
|
+
# 跨链账号明细
|
|
114
114
|
}
|
|
115
115
|
_last_request = None
|
|
116
116
|
_last_exception = None
|
|
@@ -135,7 +135,7 @@ class Client:
|
|
|
135
135
|
'req_msg_id': AntchainUtils.get_nonce(),
|
|
136
136
|
'access_key': self._access_key_id,
|
|
137
137
|
'base_sdk_version': 'TeaSDK-2.0',
|
|
138
|
-
'sdk_version': '1.0
|
|
138
|
+
'sdk_version': '1.1.0',
|
|
139
139
|
'_prod_code': 'ak_d3c4f09125a14cd587057c405561809a',
|
|
140
140
|
'_prod_channel': 'saas'
|
|
141
141
|
}
|
|
@@ -214,7 +214,7 @@ class Client:
|
|
|
214
214
|
'period': UtilClient.default_number(runtime.backoff_period, 1)
|
|
215
215
|
},
|
|
216
216
|
'ignoreSSL': runtime.ignore_ssl,
|
|
217
|
-
#
|
|
217
|
+
# 跨链账号明细
|
|
218
218
|
}
|
|
219
219
|
_last_request = None
|
|
220
220
|
_last_exception = None
|
|
@@ -239,7 +239,7 @@ class Client:
|
|
|
239
239
|
'req_msg_id': AntchainUtils.get_nonce(),
|
|
240
240
|
'access_key': self._access_key_id,
|
|
241
241
|
'base_sdk_version': 'TeaSDK-2.0',
|
|
242
|
-
'sdk_version': '1.0
|
|
242
|
+
'sdk_version': '1.1.0',
|
|
243
243
|
'_prod_code': 'ak_d3c4f09125a14cd587057c405561809a',
|
|
244
244
|
'_prod_channel': 'saas'
|
|
245
245
|
}
|
|
@@ -275,6 +275,62 @@ class Client:
|
|
|
275
275
|
raise e
|
|
276
276
|
raise UnretryableException(_last_request, _last_exception)
|
|
277
277
|
|
|
278
|
+
def update_antdigital_webtrwatrade_issuer_price(
|
|
279
|
+
self,
|
|
280
|
+
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.UpdateAntdigitalWebtrwatradeIssuerPriceRequest,
|
|
281
|
+
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.UpdateAntdigitalWebtrwatradeIssuerPriceResponse:
|
|
282
|
+
"""
|
|
283
|
+
Description: 更新项目净值
|
|
284
|
+
Summary: 更新项目净值
|
|
285
|
+
"""
|
|
286
|
+
runtime = util_models.RuntimeOptions()
|
|
287
|
+
headers = {}
|
|
288
|
+
return self.update_antdigital_webtrwatrade_issuer_price_ex(request, headers, runtime)
|
|
289
|
+
|
|
290
|
+
async def update_antdigital_webtrwatrade_issuer_price_async(
|
|
291
|
+
self,
|
|
292
|
+
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.UpdateAntdigitalWebtrwatradeIssuerPriceRequest,
|
|
293
|
+
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.UpdateAntdigitalWebtrwatradeIssuerPriceResponse:
|
|
294
|
+
"""
|
|
295
|
+
Description: 更新项目净值
|
|
296
|
+
Summary: 更新项目净值
|
|
297
|
+
"""
|
|
298
|
+
runtime = util_models.RuntimeOptions()
|
|
299
|
+
headers = {}
|
|
300
|
+
return await self.update_antdigital_webtrwatrade_issuer_price_ex_async(request, headers, runtime)
|
|
301
|
+
|
|
302
|
+
def update_antdigital_webtrwatrade_issuer_price_ex(
|
|
303
|
+
self,
|
|
304
|
+
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.UpdateAntdigitalWebtrwatradeIssuerPriceRequest,
|
|
305
|
+
headers: Dict[str, str],
|
|
306
|
+
runtime: util_models.RuntimeOptions,
|
|
307
|
+
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.UpdateAntdigitalWebtrwatradeIssuerPriceResponse:
|
|
308
|
+
"""
|
|
309
|
+
Description: 更新项目净值
|
|
310
|
+
Summary: 更新项目净值
|
|
311
|
+
"""
|
|
312
|
+
UtilClient.validate_model(request)
|
|
313
|
+
return TeaCore.from_map(
|
|
314
|
+
ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.UpdateAntdigitalWebtrwatradeIssuerPriceResponse(),
|
|
315
|
+
self.do_request('1.0', 'antdigital.webtrwatrade.issuer.price.update', 'HTTPS', 'POST', f'/gateway.do', TeaCore.to_map(request), headers, runtime)
|
|
316
|
+
)
|
|
317
|
+
|
|
318
|
+
async def update_antdigital_webtrwatrade_issuer_price_ex_async(
|
|
319
|
+
self,
|
|
320
|
+
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.UpdateAntdigitalWebtrwatradeIssuerPriceRequest,
|
|
321
|
+
headers: Dict[str, str],
|
|
322
|
+
runtime: util_models.RuntimeOptions,
|
|
323
|
+
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.UpdateAntdigitalWebtrwatradeIssuerPriceResponse:
|
|
324
|
+
"""
|
|
325
|
+
Description: 更新项目净值
|
|
326
|
+
Summary: 更新项目净值
|
|
327
|
+
"""
|
|
328
|
+
UtilClient.validate_model(request)
|
|
329
|
+
return TeaCore.from_map(
|
|
330
|
+
ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.UpdateAntdigitalWebtrwatradeIssuerPriceResponse(),
|
|
331
|
+
await self.do_request_async('1.0', 'antdigital.webtrwatrade.issuer.price.update', 'HTTPS', 'POST', f'/gateway.do', TeaCore.to_map(request), headers, runtime)
|
|
332
|
+
)
|
|
333
|
+
|
|
278
334
|
def list_antdigital_webtrwatrade_issuer_operationlog(
|
|
279
335
|
self,
|
|
280
336
|
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeIssuerOperationlogRequest,
|
|
@@ -666,3 +722,339 @@ class Client:
|
|
|
666
722
|
ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.DetailAntdigitalWebtrwatradeIssuerProjectwithroleResponse(),
|
|
667
723
|
await self.do_request_async('1.0', 'antdigital.webtrwatrade.issuer.projectwithrole.detail', 'HTTPS', 'POST', f'/gateway.do', TeaCore.to_map(request), headers, runtime)
|
|
668
724
|
)
|
|
725
|
+
|
|
726
|
+
def list_antdigital_webtrwatrade_issuer_alloperationlog(
|
|
727
|
+
self,
|
|
728
|
+
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeIssuerAlloperationlogRequest,
|
|
729
|
+
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeIssuerAlloperationlogResponse:
|
|
730
|
+
"""
|
|
731
|
+
Description: 发行机构查询所有操作员的操作日志
|
|
732
|
+
Summary: 发行机构查询所有操作员的操作日志
|
|
733
|
+
"""
|
|
734
|
+
runtime = util_models.RuntimeOptions()
|
|
735
|
+
headers = {}
|
|
736
|
+
return self.list_antdigital_webtrwatrade_issuer_alloperationlog_ex(request, headers, runtime)
|
|
737
|
+
|
|
738
|
+
async def list_antdigital_webtrwatrade_issuer_alloperationlog_async(
|
|
739
|
+
self,
|
|
740
|
+
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeIssuerAlloperationlogRequest,
|
|
741
|
+
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeIssuerAlloperationlogResponse:
|
|
742
|
+
"""
|
|
743
|
+
Description: 发行机构查询所有操作员的操作日志
|
|
744
|
+
Summary: 发行机构查询所有操作员的操作日志
|
|
745
|
+
"""
|
|
746
|
+
runtime = util_models.RuntimeOptions()
|
|
747
|
+
headers = {}
|
|
748
|
+
return await self.list_antdigital_webtrwatrade_issuer_alloperationlog_ex_async(request, headers, runtime)
|
|
749
|
+
|
|
750
|
+
def list_antdigital_webtrwatrade_issuer_alloperationlog_ex(
|
|
751
|
+
self,
|
|
752
|
+
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeIssuerAlloperationlogRequest,
|
|
753
|
+
headers: Dict[str, str],
|
|
754
|
+
runtime: util_models.RuntimeOptions,
|
|
755
|
+
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeIssuerAlloperationlogResponse:
|
|
756
|
+
"""
|
|
757
|
+
Description: 发行机构查询所有操作员的操作日志
|
|
758
|
+
Summary: 发行机构查询所有操作员的操作日志
|
|
759
|
+
"""
|
|
760
|
+
UtilClient.validate_model(request)
|
|
761
|
+
return TeaCore.from_map(
|
|
762
|
+
ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeIssuerAlloperationlogResponse(),
|
|
763
|
+
self.do_request('1.0', 'antdigital.webtrwatrade.issuer.alloperationlog.list', 'HTTPS', 'POST', f'/gateway.do', TeaCore.to_map(request), headers, runtime)
|
|
764
|
+
)
|
|
765
|
+
|
|
766
|
+
async def list_antdigital_webtrwatrade_issuer_alloperationlog_ex_async(
|
|
767
|
+
self,
|
|
768
|
+
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeIssuerAlloperationlogRequest,
|
|
769
|
+
headers: Dict[str, str],
|
|
770
|
+
runtime: util_models.RuntimeOptions,
|
|
771
|
+
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeIssuerAlloperationlogResponse:
|
|
772
|
+
"""
|
|
773
|
+
Description: 发行机构查询所有操作员的操作日志
|
|
774
|
+
Summary: 发行机构查询所有操作员的操作日志
|
|
775
|
+
"""
|
|
776
|
+
UtilClient.validate_model(request)
|
|
777
|
+
return TeaCore.from_map(
|
|
778
|
+
ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeIssuerAlloperationlogResponse(),
|
|
779
|
+
await self.do_request_async('1.0', 'antdigital.webtrwatrade.issuer.alloperationlog.list', 'HTTPS', 'POST', f'/gateway.do', TeaCore.to_map(request), headers, runtime)
|
|
780
|
+
)
|
|
781
|
+
|
|
782
|
+
def list_antdigital_webtrwatrade_distributor_alloperationlog(
|
|
783
|
+
self,
|
|
784
|
+
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeDistributorAlloperationlogRequest,
|
|
785
|
+
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeDistributorAlloperationlogResponse:
|
|
786
|
+
"""
|
|
787
|
+
Description: 代销机构查询所有操作员的操作日志
|
|
788
|
+
Summary: 代销机构查询所有操作员的操作日志
|
|
789
|
+
"""
|
|
790
|
+
runtime = util_models.RuntimeOptions()
|
|
791
|
+
headers = {}
|
|
792
|
+
return self.list_antdigital_webtrwatrade_distributor_alloperationlog_ex(request, headers, runtime)
|
|
793
|
+
|
|
794
|
+
async def list_antdigital_webtrwatrade_distributor_alloperationlog_async(
|
|
795
|
+
self,
|
|
796
|
+
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeDistributorAlloperationlogRequest,
|
|
797
|
+
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeDistributorAlloperationlogResponse:
|
|
798
|
+
"""
|
|
799
|
+
Description: 代销机构查询所有操作员的操作日志
|
|
800
|
+
Summary: 代销机构查询所有操作员的操作日志
|
|
801
|
+
"""
|
|
802
|
+
runtime = util_models.RuntimeOptions()
|
|
803
|
+
headers = {}
|
|
804
|
+
return await self.list_antdigital_webtrwatrade_distributor_alloperationlog_ex_async(request, headers, runtime)
|
|
805
|
+
|
|
806
|
+
def list_antdigital_webtrwatrade_distributor_alloperationlog_ex(
|
|
807
|
+
self,
|
|
808
|
+
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeDistributorAlloperationlogRequest,
|
|
809
|
+
headers: Dict[str, str],
|
|
810
|
+
runtime: util_models.RuntimeOptions,
|
|
811
|
+
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeDistributorAlloperationlogResponse:
|
|
812
|
+
"""
|
|
813
|
+
Description: 代销机构查询所有操作员的操作日志
|
|
814
|
+
Summary: 代销机构查询所有操作员的操作日志
|
|
815
|
+
"""
|
|
816
|
+
UtilClient.validate_model(request)
|
|
817
|
+
return TeaCore.from_map(
|
|
818
|
+
ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeDistributorAlloperationlogResponse(),
|
|
819
|
+
self.do_request('1.0', 'antdigital.webtrwatrade.distributor.alloperationlog.list', 'HTTPS', 'POST', f'/gateway.do', TeaCore.to_map(request), headers, runtime)
|
|
820
|
+
)
|
|
821
|
+
|
|
822
|
+
async def list_antdigital_webtrwatrade_distributor_alloperationlog_ex_async(
|
|
823
|
+
self,
|
|
824
|
+
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeDistributorAlloperationlogRequest,
|
|
825
|
+
headers: Dict[str, str],
|
|
826
|
+
runtime: util_models.RuntimeOptions,
|
|
827
|
+
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeDistributorAlloperationlogResponse:
|
|
828
|
+
"""
|
|
829
|
+
Description: 代销机构查询所有操作员的操作日志
|
|
830
|
+
Summary: 代销机构查询所有操作员的操作日志
|
|
831
|
+
"""
|
|
832
|
+
UtilClient.validate_model(request)
|
|
833
|
+
return TeaCore.from_map(
|
|
834
|
+
ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeDistributorAlloperationlogResponse(),
|
|
835
|
+
await self.do_request_async('1.0', 'antdigital.webtrwatrade.distributor.alloperationlog.list', 'HTTPS', 'POST', f'/gateway.do', TeaCore.to_map(request), headers, runtime)
|
|
836
|
+
)
|
|
837
|
+
|
|
838
|
+
def list_antdigital_webtrwatrade_issuer_project(
|
|
839
|
+
self,
|
|
840
|
+
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeIssuerProjectRequest,
|
|
841
|
+
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeIssuerProjectResponse:
|
|
842
|
+
"""
|
|
843
|
+
Description: 查询发行机构下所有的项目
|
|
844
|
+
Summary: 查询发行机构下所有的项目
|
|
845
|
+
"""
|
|
846
|
+
runtime = util_models.RuntimeOptions()
|
|
847
|
+
headers = {}
|
|
848
|
+
return self.list_antdigital_webtrwatrade_issuer_project_ex(request, headers, runtime)
|
|
849
|
+
|
|
850
|
+
async def list_antdigital_webtrwatrade_issuer_project_async(
|
|
851
|
+
self,
|
|
852
|
+
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeIssuerProjectRequest,
|
|
853
|
+
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeIssuerProjectResponse:
|
|
854
|
+
"""
|
|
855
|
+
Description: 查询发行机构下所有的项目
|
|
856
|
+
Summary: 查询发行机构下所有的项目
|
|
857
|
+
"""
|
|
858
|
+
runtime = util_models.RuntimeOptions()
|
|
859
|
+
headers = {}
|
|
860
|
+
return await self.list_antdigital_webtrwatrade_issuer_project_ex_async(request, headers, runtime)
|
|
861
|
+
|
|
862
|
+
def list_antdigital_webtrwatrade_issuer_project_ex(
|
|
863
|
+
self,
|
|
864
|
+
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeIssuerProjectRequest,
|
|
865
|
+
headers: Dict[str, str],
|
|
866
|
+
runtime: util_models.RuntimeOptions,
|
|
867
|
+
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeIssuerProjectResponse:
|
|
868
|
+
"""
|
|
869
|
+
Description: 查询发行机构下所有的项目
|
|
870
|
+
Summary: 查询发行机构下所有的项目
|
|
871
|
+
"""
|
|
872
|
+
UtilClient.validate_model(request)
|
|
873
|
+
return TeaCore.from_map(
|
|
874
|
+
ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeIssuerProjectResponse(),
|
|
875
|
+
self.do_request('1.0', 'antdigital.webtrwatrade.issuer.project.list', 'HTTPS', 'POST', f'/gateway.do', TeaCore.to_map(request), headers, runtime)
|
|
876
|
+
)
|
|
877
|
+
|
|
878
|
+
async def list_antdigital_webtrwatrade_issuer_project_ex_async(
|
|
879
|
+
self,
|
|
880
|
+
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeIssuerProjectRequest,
|
|
881
|
+
headers: Dict[str, str],
|
|
882
|
+
runtime: util_models.RuntimeOptions,
|
|
883
|
+
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeIssuerProjectResponse:
|
|
884
|
+
"""
|
|
885
|
+
Description: 查询发行机构下所有的项目
|
|
886
|
+
Summary: 查询发行机构下所有的项目
|
|
887
|
+
"""
|
|
888
|
+
UtilClient.validate_model(request)
|
|
889
|
+
return TeaCore.from_map(
|
|
890
|
+
ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeIssuerProjectResponse(),
|
|
891
|
+
await self.do_request_async('1.0', 'antdigital.webtrwatrade.issuer.project.list', 'HTTPS', 'POST', f'/gateway.do', TeaCore.to_map(request), headers, runtime)
|
|
892
|
+
)
|
|
893
|
+
|
|
894
|
+
def list_antdigital_webtrwatrade_distributor_project(
|
|
895
|
+
self,
|
|
896
|
+
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeDistributorProjectRequest,
|
|
897
|
+
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeDistributorProjectResponse:
|
|
898
|
+
"""
|
|
899
|
+
Description: 查询代销机构下所有的项目
|
|
900
|
+
Summary: 查询代销机构下所有的项目
|
|
901
|
+
"""
|
|
902
|
+
runtime = util_models.RuntimeOptions()
|
|
903
|
+
headers = {}
|
|
904
|
+
return self.list_antdigital_webtrwatrade_distributor_project_ex(request, headers, runtime)
|
|
905
|
+
|
|
906
|
+
async def list_antdigital_webtrwatrade_distributor_project_async(
|
|
907
|
+
self,
|
|
908
|
+
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeDistributorProjectRequest,
|
|
909
|
+
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeDistributorProjectResponse:
|
|
910
|
+
"""
|
|
911
|
+
Description: 查询代销机构下所有的项目
|
|
912
|
+
Summary: 查询代销机构下所有的项目
|
|
913
|
+
"""
|
|
914
|
+
runtime = util_models.RuntimeOptions()
|
|
915
|
+
headers = {}
|
|
916
|
+
return await self.list_antdigital_webtrwatrade_distributor_project_ex_async(request, headers, runtime)
|
|
917
|
+
|
|
918
|
+
def list_antdigital_webtrwatrade_distributor_project_ex(
|
|
919
|
+
self,
|
|
920
|
+
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeDistributorProjectRequest,
|
|
921
|
+
headers: Dict[str, str],
|
|
922
|
+
runtime: util_models.RuntimeOptions,
|
|
923
|
+
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeDistributorProjectResponse:
|
|
924
|
+
"""
|
|
925
|
+
Description: 查询代销机构下所有的项目
|
|
926
|
+
Summary: 查询代销机构下所有的项目
|
|
927
|
+
"""
|
|
928
|
+
UtilClient.validate_model(request)
|
|
929
|
+
return TeaCore.from_map(
|
|
930
|
+
ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeDistributorProjectResponse(),
|
|
931
|
+
self.do_request('1.0', 'antdigital.webtrwatrade.distributor.project.list', 'HTTPS', 'POST', f'/gateway.do', TeaCore.to_map(request), headers, runtime)
|
|
932
|
+
)
|
|
933
|
+
|
|
934
|
+
async def list_antdigital_webtrwatrade_distributor_project_ex_async(
|
|
935
|
+
self,
|
|
936
|
+
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeDistributorProjectRequest,
|
|
937
|
+
headers: Dict[str, str],
|
|
938
|
+
runtime: util_models.RuntimeOptions,
|
|
939
|
+
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeDistributorProjectResponse:
|
|
940
|
+
"""
|
|
941
|
+
Description: 查询代销机构下所有的项目
|
|
942
|
+
Summary: 查询代销机构下所有的项目
|
|
943
|
+
"""
|
|
944
|
+
UtilClient.validate_model(request)
|
|
945
|
+
return TeaCore.from_map(
|
|
946
|
+
ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeDistributorProjectResponse(),
|
|
947
|
+
await self.do_request_async('1.0', 'antdigital.webtrwatrade.distributor.project.list', 'HTTPS', 'POST', f'/gateway.do', TeaCore.to_map(request), headers, runtime)
|
|
948
|
+
)
|
|
949
|
+
|
|
950
|
+
def list_antdigital_webtrwatrade_issuer_subuser(
|
|
951
|
+
self,
|
|
952
|
+
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeIssuerSubuserRequest,
|
|
953
|
+
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeIssuerSubuserResponse:
|
|
954
|
+
"""
|
|
955
|
+
Description: 查询发行机构和项目下所有关联的二级用户信息
|
|
956
|
+
Summary: 查询机构和项目下所有关联的二级用户信息
|
|
957
|
+
"""
|
|
958
|
+
runtime = util_models.RuntimeOptions()
|
|
959
|
+
headers = {}
|
|
960
|
+
return self.list_antdigital_webtrwatrade_issuer_subuser_ex(request, headers, runtime)
|
|
961
|
+
|
|
962
|
+
async def list_antdigital_webtrwatrade_issuer_subuser_async(
|
|
963
|
+
self,
|
|
964
|
+
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeIssuerSubuserRequest,
|
|
965
|
+
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeIssuerSubuserResponse:
|
|
966
|
+
"""
|
|
967
|
+
Description: 查询发行机构和项目下所有关联的二级用户信息
|
|
968
|
+
Summary: 查询机构和项目下所有关联的二级用户信息
|
|
969
|
+
"""
|
|
970
|
+
runtime = util_models.RuntimeOptions()
|
|
971
|
+
headers = {}
|
|
972
|
+
return await self.list_antdigital_webtrwatrade_issuer_subuser_ex_async(request, headers, runtime)
|
|
973
|
+
|
|
974
|
+
def list_antdigital_webtrwatrade_issuer_subuser_ex(
|
|
975
|
+
self,
|
|
976
|
+
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeIssuerSubuserRequest,
|
|
977
|
+
headers: Dict[str, str],
|
|
978
|
+
runtime: util_models.RuntimeOptions,
|
|
979
|
+
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeIssuerSubuserResponse:
|
|
980
|
+
"""
|
|
981
|
+
Description: 查询发行机构和项目下所有关联的二级用户信息
|
|
982
|
+
Summary: 查询机构和项目下所有关联的二级用户信息
|
|
983
|
+
"""
|
|
984
|
+
UtilClient.validate_model(request)
|
|
985
|
+
return TeaCore.from_map(
|
|
986
|
+
ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeIssuerSubuserResponse(),
|
|
987
|
+
self.do_request('1.0', 'antdigital.webtrwatrade.issuer.subuser.list', 'HTTPS', 'POST', f'/gateway.do', TeaCore.to_map(request), headers, runtime)
|
|
988
|
+
)
|
|
989
|
+
|
|
990
|
+
async def list_antdigital_webtrwatrade_issuer_subuser_ex_async(
|
|
991
|
+
self,
|
|
992
|
+
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeIssuerSubuserRequest,
|
|
993
|
+
headers: Dict[str, str],
|
|
994
|
+
runtime: util_models.RuntimeOptions,
|
|
995
|
+
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeIssuerSubuserResponse:
|
|
996
|
+
"""
|
|
997
|
+
Description: 查询发行机构和项目下所有关联的二级用户信息
|
|
998
|
+
Summary: 查询机构和项目下所有关联的二级用户信息
|
|
999
|
+
"""
|
|
1000
|
+
UtilClient.validate_model(request)
|
|
1001
|
+
return TeaCore.from_map(
|
|
1002
|
+
ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeIssuerSubuserResponse(),
|
|
1003
|
+
await self.do_request_async('1.0', 'antdigital.webtrwatrade.issuer.subuser.list', 'HTTPS', 'POST', f'/gateway.do', TeaCore.to_map(request), headers, runtime)
|
|
1004
|
+
)
|
|
1005
|
+
|
|
1006
|
+
def list_antdigital_webtrwatrade_distributor_subuser(
|
|
1007
|
+
self,
|
|
1008
|
+
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeDistributorSubuserRequest,
|
|
1009
|
+
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeDistributorSubuserResponse:
|
|
1010
|
+
"""
|
|
1011
|
+
Description: 查询代销机构和项目下所有关联的二级用户信息
|
|
1012
|
+
Summary: 查询机构和项目下所有关联的二级用户信息
|
|
1013
|
+
"""
|
|
1014
|
+
runtime = util_models.RuntimeOptions()
|
|
1015
|
+
headers = {}
|
|
1016
|
+
return self.list_antdigital_webtrwatrade_distributor_subuser_ex(request, headers, runtime)
|
|
1017
|
+
|
|
1018
|
+
async def list_antdigital_webtrwatrade_distributor_subuser_async(
|
|
1019
|
+
self,
|
|
1020
|
+
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeDistributorSubuserRequest,
|
|
1021
|
+
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeDistributorSubuserResponse:
|
|
1022
|
+
"""
|
|
1023
|
+
Description: 查询代销机构和项目下所有关联的二级用户信息
|
|
1024
|
+
Summary: 查询机构和项目下所有关联的二级用户信息
|
|
1025
|
+
"""
|
|
1026
|
+
runtime = util_models.RuntimeOptions()
|
|
1027
|
+
headers = {}
|
|
1028
|
+
return await self.list_antdigital_webtrwatrade_distributor_subuser_ex_async(request, headers, runtime)
|
|
1029
|
+
|
|
1030
|
+
def list_antdigital_webtrwatrade_distributor_subuser_ex(
|
|
1031
|
+
self,
|
|
1032
|
+
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeDistributorSubuserRequest,
|
|
1033
|
+
headers: Dict[str, str],
|
|
1034
|
+
runtime: util_models.RuntimeOptions,
|
|
1035
|
+
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeDistributorSubuserResponse:
|
|
1036
|
+
"""
|
|
1037
|
+
Description: 查询代销机构和项目下所有关联的二级用户信息
|
|
1038
|
+
Summary: 查询机构和项目下所有关联的二级用户信息
|
|
1039
|
+
"""
|
|
1040
|
+
UtilClient.validate_model(request)
|
|
1041
|
+
return TeaCore.from_map(
|
|
1042
|
+
ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeDistributorSubuserResponse(),
|
|
1043
|
+
self.do_request('1.0', 'antdigital.webtrwatrade.distributor.subuser.list', 'HTTPS', 'POST', f'/gateway.do', TeaCore.to_map(request), headers, runtime)
|
|
1044
|
+
)
|
|
1045
|
+
|
|
1046
|
+
async def list_antdigital_webtrwatrade_distributor_subuser_ex_async(
|
|
1047
|
+
self,
|
|
1048
|
+
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeDistributorSubuserRequest,
|
|
1049
|
+
headers: Dict[str, str],
|
|
1050
|
+
runtime: util_models.RuntimeOptions,
|
|
1051
|
+
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeDistributorSubuserResponse:
|
|
1052
|
+
"""
|
|
1053
|
+
Description: 查询代销机构和项目下所有关联的二级用户信息
|
|
1054
|
+
Summary: 查询机构和项目下所有关联的二级用户信息
|
|
1055
|
+
"""
|
|
1056
|
+
UtilClient.validate_model(request)
|
|
1057
|
+
return TeaCore.from_map(
|
|
1058
|
+
ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeDistributorSubuserResponse(),
|
|
1059
|
+
await self.do_request_async('1.0', 'antdigital.webtrwatrade.distributor.subuser.list', 'HTTPS', 'POST', f'/gateway.do', TeaCore.to_map(request), headers, runtime)
|
|
1060
|
+
)
|