antchain-ak-d3c4f09125a14cd587057c405561809a 1.0.0__py3-none-any.whl → 1.0.1__py3-none-any.whl
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.
Potentially problematic release.
This version of antchain-ak-d3c4f09125a14cd587057c405561809a might be problematic. Click here for more details.
- {antchain_ak_d3c4f09125a14cd587057c405561809a-1.0.0.dist-info → antchain_ak_d3c4f09125a14cd587057c405561809a-1.0.1.dist-info}/METADATA +1 -1
- antchain_ak_d3c4f09125a14cd587057c405561809a-1.0.1.dist-info/RECORD +8 -0
- antchain_sdk_ak_d3c4f09125a14cd587057c405561809a/__init__.py +1 -1
- antchain_sdk_ak_d3c4f09125a14cd587057c405561809a/client.py +106 -106
- antchain_sdk_ak_d3c4f09125a14cd587057c405561809a/models.py +461 -166
- antchain_ak_d3c4f09125a14cd587057c405561809a-1.0.0.dist-info/RECORD +0 -8
- {antchain_ak_d3c4f09125a14cd587057c405561809a-1.0.0.dist-info → antchain_ak_d3c4f09125a14cd587057c405561809a-1.0.1.dist-info}/LICENSE +0 -0
- {antchain_ak_d3c4f09125a14cd587057c405561809a-1.0.0.dist-info → antchain_ak_d3c4f09125a14cd587057c405561809a-1.0.1.dist-info}/WHEEL +0 -0
- {antchain_ak_d3c4f09125a14cd587057c405561809a-1.0.0.dist-info → antchain_ak_d3c4f09125a14cd587057c405561809a-1.0.1.dist-info}/top_level.txt +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.0.1
|
|
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,8 @@
|
|
|
1
|
+
antchain_sdk_ak_d3c4f09125a14cd587057c405561809a/__init__.py,sha256=bMIenWosteoeUs51RbaWVZetIuzRhWymuyy-n0rfK0I,21
|
|
2
|
+
antchain_sdk_ak_d3c4f09125a14cd587057c405561809a/client.py,sha256=EGETuEXtgpTBuOK2vu0Bld3Ax8eHrxlOYFj-mk1Tqpk,34186
|
|
3
|
+
antchain_sdk_ak_d3c4f09125a14cd587057c405561809a/models.py,sha256=Oe7g3fthwLUvpq4683WHxo-MUCPuYVX7xEIPIoUDnTs,80943
|
|
4
|
+
antchain_ak_d3c4f09125a14cd587057c405561809a-1.0.1.dist-info/LICENSE,sha256=0CFItL6bHvxqS44T6vlLoW2R4Zaic304OO3WxN0oXF0,600
|
|
5
|
+
antchain_ak_d3c4f09125a14cd587057c405561809a-1.0.1.dist-info/METADATA,sha256=S_zVRErDVhJvOp7MBwXb3LRqREKOnS9e8nGs1jNfwT4,2179
|
|
6
|
+
antchain_ak_d3c4f09125a14cd587057c405561809a-1.0.1.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
|
7
|
+
antchain_ak_d3c4f09125a14cd587057c405561809a-1.0.1.dist-info/top_level.txt,sha256=qA0Q1_HLeUWasaZ-LtcCcSAD4UbiVe5vxLxX-2kmOUk,49
|
|
8
|
+
antchain_ak_d3c4f09125a14cd587057c405561809a-1.0.1.dist-info/RECORD,,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = '1.0.
|
|
1
|
+
__version__ = '1.0.1'
|
|
@@ -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.0.1',
|
|
139
139
|
'_prod_code': 'ak_d3c4f09125a14cd587057c405561809a',
|
|
140
140
|
'_prod_channel': 'saas'
|
|
141
141
|
}
|
|
@@ -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.0.1',
|
|
243
243
|
'_prod_code': 'ak_d3c4f09125a14cd587057c405561809a',
|
|
244
244
|
'_prod_channel': 'saas'
|
|
245
245
|
}
|
|
@@ -275,228 +275,228 @@ class Client:
|
|
|
275
275
|
raise e
|
|
276
276
|
raise UnretryableException(_last_request, _last_exception)
|
|
277
277
|
|
|
278
|
-
def
|
|
278
|
+
def list_antdigital_webtrwatrade_issuer_operationlog(
|
|
279
279
|
self,
|
|
280
|
-
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.
|
|
281
|
-
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.
|
|
280
|
+
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeIssuerOperationlogRequest,
|
|
281
|
+
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeIssuerOperationlogResponse:
|
|
282
282
|
"""
|
|
283
|
-
Description:
|
|
284
|
-
Summary:
|
|
283
|
+
Description: 发行机构查询登录登出操作日志
|
|
284
|
+
Summary: 发行机构查询登录登出操作日志
|
|
285
285
|
"""
|
|
286
286
|
runtime = util_models.RuntimeOptions()
|
|
287
287
|
headers = {}
|
|
288
|
-
return self.
|
|
288
|
+
return self.list_antdigital_webtrwatrade_issuer_operationlog_ex(request, headers, runtime)
|
|
289
289
|
|
|
290
|
-
async def
|
|
290
|
+
async def list_antdigital_webtrwatrade_issuer_operationlog_async(
|
|
291
291
|
self,
|
|
292
|
-
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.
|
|
293
|
-
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.
|
|
292
|
+
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeIssuerOperationlogRequest,
|
|
293
|
+
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeIssuerOperationlogResponse:
|
|
294
294
|
"""
|
|
295
|
-
Description:
|
|
296
|
-
Summary:
|
|
295
|
+
Description: 发行机构查询登录登出操作日志
|
|
296
|
+
Summary: 发行机构查询登录登出操作日志
|
|
297
297
|
"""
|
|
298
298
|
runtime = util_models.RuntimeOptions()
|
|
299
299
|
headers = {}
|
|
300
|
-
return await self.
|
|
300
|
+
return await self.list_antdigital_webtrwatrade_issuer_operationlog_ex_async(request, headers, runtime)
|
|
301
301
|
|
|
302
|
-
def
|
|
302
|
+
def list_antdigital_webtrwatrade_issuer_operationlog_ex(
|
|
303
303
|
self,
|
|
304
|
-
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.
|
|
304
|
+
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeIssuerOperationlogRequest,
|
|
305
305
|
headers: Dict[str, str],
|
|
306
306
|
runtime: util_models.RuntimeOptions,
|
|
307
|
-
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.
|
|
307
|
+
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeIssuerOperationlogResponse:
|
|
308
308
|
"""
|
|
309
|
-
Description:
|
|
310
|
-
Summary:
|
|
309
|
+
Description: 发行机构查询登录登出操作日志
|
|
310
|
+
Summary: 发行机构查询登录登出操作日志
|
|
311
311
|
"""
|
|
312
312
|
UtilClient.validate_model(request)
|
|
313
313
|
return TeaCore.from_map(
|
|
314
|
-
ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.
|
|
315
|
-
self.do_request('1.0', 'antdigital.webtrwatrade.issuer.
|
|
314
|
+
ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeIssuerOperationlogResponse(),
|
|
315
|
+
self.do_request('1.0', 'antdigital.webtrwatrade.issuer.operationlog.list', 'HTTPS', 'POST', f'/gateway.do', TeaCore.to_map(request), headers, runtime)
|
|
316
316
|
)
|
|
317
317
|
|
|
318
|
-
async def
|
|
318
|
+
async def list_antdigital_webtrwatrade_issuer_operationlog_ex_async(
|
|
319
319
|
self,
|
|
320
|
-
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.
|
|
320
|
+
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeIssuerOperationlogRequest,
|
|
321
321
|
headers: Dict[str, str],
|
|
322
322
|
runtime: util_models.RuntimeOptions,
|
|
323
|
-
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.
|
|
323
|
+
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeIssuerOperationlogResponse:
|
|
324
324
|
"""
|
|
325
|
-
Description:
|
|
326
|
-
Summary:
|
|
325
|
+
Description: 发行机构查询登录登出操作日志
|
|
326
|
+
Summary: 发行机构查询登录登出操作日志
|
|
327
327
|
"""
|
|
328
328
|
UtilClient.validate_model(request)
|
|
329
329
|
return TeaCore.from_map(
|
|
330
|
-
ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.
|
|
331
|
-
await self.do_request_async('1.0', 'antdigital.webtrwatrade.issuer.
|
|
330
|
+
ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeIssuerOperationlogResponse(),
|
|
331
|
+
await self.do_request_async('1.0', 'antdigital.webtrwatrade.issuer.operationlog.list', 'HTTPS', 'POST', f'/gateway.do', TeaCore.to_map(request), headers, runtime)
|
|
332
332
|
)
|
|
333
333
|
|
|
334
|
-
def
|
|
334
|
+
def list_antdigital_webtrwatrade_distributor_operationlog(
|
|
335
335
|
self,
|
|
336
|
-
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.
|
|
337
|
-
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.
|
|
336
|
+
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeDistributorOperationlogRequest,
|
|
337
|
+
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeDistributorOperationlogResponse:
|
|
338
338
|
"""
|
|
339
|
-
Description:
|
|
340
|
-
Summary:
|
|
339
|
+
Description: 代销机构查询登录登出操作日志
|
|
340
|
+
Summary: 代销机构查询登录登出操作日志
|
|
341
341
|
"""
|
|
342
342
|
runtime = util_models.RuntimeOptions()
|
|
343
343
|
headers = {}
|
|
344
|
-
return self.
|
|
344
|
+
return self.list_antdigital_webtrwatrade_distributor_operationlog_ex(request, headers, runtime)
|
|
345
345
|
|
|
346
|
-
async def
|
|
346
|
+
async def list_antdigital_webtrwatrade_distributor_operationlog_async(
|
|
347
347
|
self,
|
|
348
|
-
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.
|
|
349
|
-
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.
|
|
348
|
+
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeDistributorOperationlogRequest,
|
|
349
|
+
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeDistributorOperationlogResponse:
|
|
350
350
|
"""
|
|
351
|
-
Description:
|
|
352
|
-
Summary:
|
|
351
|
+
Description: 代销机构查询登录登出操作日志
|
|
352
|
+
Summary: 代销机构查询登录登出操作日志
|
|
353
353
|
"""
|
|
354
354
|
runtime = util_models.RuntimeOptions()
|
|
355
355
|
headers = {}
|
|
356
|
-
return await self.
|
|
356
|
+
return await self.list_antdigital_webtrwatrade_distributor_operationlog_ex_async(request, headers, runtime)
|
|
357
357
|
|
|
358
|
-
def
|
|
358
|
+
def list_antdigital_webtrwatrade_distributor_operationlog_ex(
|
|
359
359
|
self,
|
|
360
|
-
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.
|
|
360
|
+
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeDistributorOperationlogRequest,
|
|
361
361
|
headers: Dict[str, str],
|
|
362
362
|
runtime: util_models.RuntimeOptions,
|
|
363
|
-
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.
|
|
363
|
+
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeDistributorOperationlogResponse:
|
|
364
364
|
"""
|
|
365
|
-
Description:
|
|
366
|
-
Summary:
|
|
365
|
+
Description: 代销机构查询登录登出操作日志
|
|
366
|
+
Summary: 代销机构查询登录登出操作日志
|
|
367
367
|
"""
|
|
368
368
|
UtilClient.validate_model(request)
|
|
369
369
|
return TeaCore.from_map(
|
|
370
|
-
ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.
|
|
371
|
-
self.do_request('1.0', 'antdigital.webtrwatrade.distributor.
|
|
370
|
+
ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeDistributorOperationlogResponse(),
|
|
371
|
+
self.do_request('1.0', 'antdigital.webtrwatrade.distributor.operationlog.list', 'HTTPS', 'POST', f'/gateway.do', TeaCore.to_map(request), headers, runtime)
|
|
372
372
|
)
|
|
373
373
|
|
|
374
|
-
async def
|
|
374
|
+
async def list_antdigital_webtrwatrade_distributor_operationlog_ex_async(
|
|
375
375
|
self,
|
|
376
|
-
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.
|
|
376
|
+
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeDistributorOperationlogRequest,
|
|
377
377
|
headers: Dict[str, str],
|
|
378
378
|
runtime: util_models.RuntimeOptions,
|
|
379
|
-
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.
|
|
379
|
+
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeDistributorOperationlogResponse:
|
|
380
380
|
"""
|
|
381
|
-
Description:
|
|
382
|
-
Summary:
|
|
381
|
+
Description: 代销机构查询登录登出操作日志
|
|
382
|
+
Summary: 代销机构查询登录登出操作日志
|
|
383
383
|
"""
|
|
384
384
|
UtilClient.validate_model(request)
|
|
385
385
|
return TeaCore.from_map(
|
|
386
|
-
ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.
|
|
387
|
-
await self.do_request_async('1.0', 'antdigital.webtrwatrade.distributor.
|
|
386
|
+
ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.ListAntdigitalWebtrwatradeDistributorOperationlogResponse(),
|
|
387
|
+
await self.do_request_async('1.0', 'antdigital.webtrwatrade.distributor.operationlog.list', 'HTTPS', 'POST', f'/gateway.do', TeaCore.to_map(request), headers, runtime)
|
|
388
388
|
)
|
|
389
389
|
|
|
390
|
-
def
|
|
390
|
+
def query_antdigital_webtrwatrade_issuer(
|
|
391
391
|
self,
|
|
392
|
-
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.
|
|
393
|
-
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.
|
|
392
|
+
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.QueryAntdigitalWebtrwatradeIssuerRequest,
|
|
393
|
+
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.QueryAntdigitalWebtrwatradeIssuerResponse:
|
|
394
394
|
"""
|
|
395
|
-
Description:
|
|
396
|
-
Summary:
|
|
395
|
+
Description: 发行机构获取二级用户详情数据
|
|
396
|
+
Summary: 发行机构获取二级用户详情数据
|
|
397
397
|
"""
|
|
398
398
|
runtime = util_models.RuntimeOptions()
|
|
399
399
|
headers = {}
|
|
400
|
-
return self.
|
|
400
|
+
return self.query_antdigital_webtrwatrade_issuer_ex(request, headers, runtime)
|
|
401
401
|
|
|
402
|
-
async def
|
|
402
|
+
async def query_antdigital_webtrwatrade_issuer_async(
|
|
403
403
|
self,
|
|
404
|
-
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.
|
|
405
|
-
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.
|
|
404
|
+
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.QueryAntdigitalWebtrwatradeIssuerRequest,
|
|
405
|
+
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.QueryAntdigitalWebtrwatradeIssuerResponse:
|
|
406
406
|
"""
|
|
407
|
-
Description:
|
|
408
|
-
Summary:
|
|
407
|
+
Description: 发行机构获取二级用户详情数据
|
|
408
|
+
Summary: 发行机构获取二级用户详情数据
|
|
409
409
|
"""
|
|
410
410
|
runtime = util_models.RuntimeOptions()
|
|
411
411
|
headers = {}
|
|
412
|
-
return await self.
|
|
412
|
+
return await self.query_antdigital_webtrwatrade_issuer_ex_async(request, headers, runtime)
|
|
413
413
|
|
|
414
|
-
def
|
|
414
|
+
def query_antdigital_webtrwatrade_issuer_ex(
|
|
415
415
|
self,
|
|
416
|
-
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.
|
|
416
|
+
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.QueryAntdigitalWebtrwatradeIssuerRequest,
|
|
417
417
|
headers: Dict[str, str],
|
|
418
418
|
runtime: util_models.RuntimeOptions,
|
|
419
|
-
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.
|
|
419
|
+
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.QueryAntdigitalWebtrwatradeIssuerResponse:
|
|
420
420
|
"""
|
|
421
|
-
Description:
|
|
422
|
-
Summary:
|
|
421
|
+
Description: 发行机构获取二级用户详情数据
|
|
422
|
+
Summary: 发行机构获取二级用户详情数据
|
|
423
423
|
"""
|
|
424
424
|
UtilClient.validate_model(request)
|
|
425
425
|
return TeaCore.from_map(
|
|
426
|
-
ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.
|
|
427
|
-
self.do_request('1.0', 'antdigital.webtrwatrade.issuer.
|
|
426
|
+
ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.QueryAntdigitalWebtrwatradeIssuerResponse(),
|
|
427
|
+
self.do_request('1.0', 'antdigital.webtrwatrade.issuer.query', 'HTTPS', 'POST', f'/gateway.do', TeaCore.to_map(request), headers, runtime)
|
|
428
428
|
)
|
|
429
429
|
|
|
430
|
-
async def
|
|
430
|
+
async def query_antdigital_webtrwatrade_issuer_ex_async(
|
|
431
431
|
self,
|
|
432
|
-
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.
|
|
432
|
+
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.QueryAntdigitalWebtrwatradeIssuerRequest,
|
|
433
433
|
headers: Dict[str, str],
|
|
434
434
|
runtime: util_models.RuntimeOptions,
|
|
435
|
-
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.
|
|
435
|
+
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.QueryAntdigitalWebtrwatradeIssuerResponse:
|
|
436
436
|
"""
|
|
437
|
-
Description:
|
|
438
|
-
Summary:
|
|
437
|
+
Description: 发行机构获取二级用户详情数据
|
|
438
|
+
Summary: 发行机构获取二级用户详情数据
|
|
439
439
|
"""
|
|
440
440
|
UtilClient.validate_model(request)
|
|
441
441
|
return TeaCore.from_map(
|
|
442
|
-
ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.
|
|
443
|
-
await self.do_request_async('1.0', 'antdigital.webtrwatrade.issuer.
|
|
442
|
+
ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.QueryAntdigitalWebtrwatradeIssuerResponse(),
|
|
443
|
+
await self.do_request_async('1.0', 'antdigital.webtrwatrade.issuer.query', 'HTTPS', 'POST', f'/gateway.do', TeaCore.to_map(request), headers, runtime)
|
|
444
444
|
)
|
|
445
445
|
|
|
446
|
-
def
|
|
446
|
+
def query_antdigital_webtrwatrade_distributor(
|
|
447
447
|
self,
|
|
448
|
-
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.
|
|
449
|
-
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.
|
|
448
|
+
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.QueryAntdigitalWebtrwatradeDistributorRequest,
|
|
449
|
+
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.QueryAntdigitalWebtrwatradeDistributorResponse:
|
|
450
450
|
"""
|
|
451
|
-
Description:
|
|
452
|
-
Summary:
|
|
451
|
+
Description: 代销机构获取二级用户详情数据
|
|
452
|
+
Summary: 代销机构获取二级用户详情数据
|
|
453
453
|
"""
|
|
454
454
|
runtime = util_models.RuntimeOptions()
|
|
455
455
|
headers = {}
|
|
456
|
-
return self.
|
|
456
|
+
return self.query_antdigital_webtrwatrade_distributor_ex(request, headers, runtime)
|
|
457
457
|
|
|
458
|
-
async def
|
|
458
|
+
async def query_antdigital_webtrwatrade_distributor_async(
|
|
459
459
|
self,
|
|
460
|
-
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.
|
|
461
|
-
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.
|
|
460
|
+
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.QueryAntdigitalWebtrwatradeDistributorRequest,
|
|
461
|
+
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.QueryAntdigitalWebtrwatradeDistributorResponse:
|
|
462
462
|
"""
|
|
463
|
-
Description:
|
|
464
|
-
Summary:
|
|
463
|
+
Description: 代销机构获取二级用户详情数据
|
|
464
|
+
Summary: 代销机构获取二级用户详情数据
|
|
465
465
|
"""
|
|
466
466
|
runtime = util_models.RuntimeOptions()
|
|
467
467
|
headers = {}
|
|
468
|
-
return await self.
|
|
468
|
+
return await self.query_antdigital_webtrwatrade_distributor_ex_async(request, headers, runtime)
|
|
469
469
|
|
|
470
|
-
def
|
|
470
|
+
def query_antdigital_webtrwatrade_distributor_ex(
|
|
471
471
|
self,
|
|
472
|
-
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.
|
|
472
|
+
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.QueryAntdigitalWebtrwatradeDistributorRequest,
|
|
473
473
|
headers: Dict[str, str],
|
|
474
474
|
runtime: util_models.RuntimeOptions,
|
|
475
|
-
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.
|
|
475
|
+
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.QueryAntdigitalWebtrwatradeDistributorResponse:
|
|
476
476
|
"""
|
|
477
|
-
Description:
|
|
478
|
-
Summary:
|
|
477
|
+
Description: 代销机构获取二级用户详情数据
|
|
478
|
+
Summary: 代销机构获取二级用户详情数据
|
|
479
479
|
"""
|
|
480
480
|
UtilClient.validate_model(request)
|
|
481
481
|
return TeaCore.from_map(
|
|
482
|
-
ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.
|
|
483
|
-
self.do_request('1.0', 'antdigital.webtrwatrade.distributor.
|
|
482
|
+
ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.QueryAntdigitalWebtrwatradeDistributorResponse(),
|
|
483
|
+
self.do_request('1.0', 'antdigital.webtrwatrade.distributor.query', 'HTTPS', 'POST', f'/gateway.do', TeaCore.to_map(request), headers, runtime)
|
|
484
484
|
)
|
|
485
485
|
|
|
486
|
-
async def
|
|
486
|
+
async def query_antdigital_webtrwatrade_distributor_ex_async(
|
|
487
487
|
self,
|
|
488
|
-
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.
|
|
488
|
+
request: ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.QueryAntdigitalWebtrwatradeDistributorRequest,
|
|
489
489
|
headers: Dict[str, str],
|
|
490
490
|
runtime: util_models.RuntimeOptions,
|
|
491
|
-
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.
|
|
491
|
+
) -> ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.QueryAntdigitalWebtrwatradeDistributorResponse:
|
|
492
492
|
"""
|
|
493
|
-
Description:
|
|
494
|
-
Summary:
|
|
493
|
+
Description: 代销机构获取二级用户详情数据
|
|
494
|
+
Summary: 代销机构获取二级用户详情数据
|
|
495
495
|
"""
|
|
496
496
|
UtilClient.validate_model(request)
|
|
497
497
|
return TeaCore.from_map(
|
|
498
|
-
ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.
|
|
499
|
-
await self.do_request_async('1.0', 'antdigital.webtrwatrade.distributor.
|
|
498
|
+
ak_d_3c_4f_09125a_14cd_587057c_405561809a_models.QueryAntdigitalWebtrwatradeDistributorResponse(),
|
|
499
|
+
await self.do_request_async('1.0', 'antdigital.webtrwatrade.distributor.query', 'HTTPS', 'POST', f'/gateway.do', TeaCore.to_map(request), headers, runtime)
|
|
500
500
|
)
|
|
501
501
|
|
|
502
502
|
def list_antdigital_webtrwatrade_issuer_crossaccount(
|
|
@@ -430,6 +430,98 @@ class CrossChainAccountsVO(TeaModel):
|
|
|
430
430
|
return self
|
|
431
431
|
|
|
432
432
|
|
|
433
|
+
class SubUserAccountDetailsVO(TeaModel):
|
|
434
|
+
def __init__(
|
|
435
|
+
self,
|
|
436
|
+
id: str = None,
|
|
437
|
+
transaction_hash: str = None,
|
|
438
|
+
pre_balance: str = None,
|
|
439
|
+
transaction_amount: str = None,
|
|
440
|
+
post_balance: str = None,
|
|
441
|
+
transaction_type: str = None,
|
|
442
|
+
counter_address: str = None,
|
|
443
|
+
gmt_created: int = None,
|
|
444
|
+
gmt_modified: str = None,
|
|
445
|
+
):
|
|
446
|
+
# 明细ID
|
|
447
|
+
self.id = id
|
|
448
|
+
# 交易链上Hash
|
|
449
|
+
self.transaction_hash = transaction_hash
|
|
450
|
+
# 交易前余额
|
|
451
|
+
self.pre_balance = pre_balance
|
|
452
|
+
# 交易数量
|
|
453
|
+
self.transaction_amount = transaction_amount
|
|
454
|
+
# 交易后余额
|
|
455
|
+
self.post_balance = post_balance
|
|
456
|
+
# 交易类别
|
|
457
|
+
self.transaction_type = transaction_type
|
|
458
|
+
# 对手地址
|
|
459
|
+
self.counter_address = counter_address
|
|
460
|
+
# 创建时间
|
|
461
|
+
self.gmt_created = gmt_created
|
|
462
|
+
# 更新时间
|
|
463
|
+
self.gmt_modified = gmt_modified
|
|
464
|
+
|
|
465
|
+
def validate(self):
|
|
466
|
+
self.validate_required(self.id, 'id')
|
|
467
|
+
self.validate_required(self.transaction_hash, 'transaction_hash')
|
|
468
|
+
self.validate_required(self.pre_balance, 'pre_balance')
|
|
469
|
+
self.validate_required(self.transaction_amount, 'transaction_amount')
|
|
470
|
+
self.validate_required(self.post_balance, 'post_balance')
|
|
471
|
+
self.validate_required(self.transaction_type, 'transaction_type')
|
|
472
|
+
self.validate_required(self.counter_address, 'counter_address')
|
|
473
|
+
self.validate_required(self.gmt_created, 'gmt_created')
|
|
474
|
+
self.validate_required(self.gmt_modified, 'gmt_modified')
|
|
475
|
+
|
|
476
|
+
def to_map(self):
|
|
477
|
+
_map = super().to_map()
|
|
478
|
+
if _map is not None:
|
|
479
|
+
return _map
|
|
480
|
+
|
|
481
|
+
result = dict()
|
|
482
|
+
if self.id is not None:
|
|
483
|
+
result['id'] = self.id
|
|
484
|
+
if self.transaction_hash is not None:
|
|
485
|
+
result['transaction_hash'] = self.transaction_hash
|
|
486
|
+
if self.pre_balance is not None:
|
|
487
|
+
result['pre_balance'] = self.pre_balance
|
|
488
|
+
if self.transaction_amount is not None:
|
|
489
|
+
result['transaction_amount'] = self.transaction_amount
|
|
490
|
+
if self.post_balance is not None:
|
|
491
|
+
result['post_balance'] = self.post_balance
|
|
492
|
+
if self.transaction_type is not None:
|
|
493
|
+
result['transaction_type'] = self.transaction_type
|
|
494
|
+
if self.counter_address is not None:
|
|
495
|
+
result['counter_address'] = self.counter_address
|
|
496
|
+
if self.gmt_created is not None:
|
|
497
|
+
result['gmt_created'] = self.gmt_created
|
|
498
|
+
if self.gmt_modified is not None:
|
|
499
|
+
result['gmt_modified'] = self.gmt_modified
|
|
500
|
+
return result
|
|
501
|
+
|
|
502
|
+
def from_map(self, m: dict = None):
|
|
503
|
+
m = m or dict()
|
|
504
|
+
if m.get('id') is not None:
|
|
505
|
+
self.id = m.get('id')
|
|
506
|
+
if m.get('transaction_hash') is not None:
|
|
507
|
+
self.transaction_hash = m.get('transaction_hash')
|
|
508
|
+
if m.get('pre_balance') is not None:
|
|
509
|
+
self.pre_balance = m.get('pre_balance')
|
|
510
|
+
if m.get('transaction_amount') is not None:
|
|
511
|
+
self.transaction_amount = m.get('transaction_amount')
|
|
512
|
+
if m.get('post_balance') is not None:
|
|
513
|
+
self.post_balance = m.get('post_balance')
|
|
514
|
+
if m.get('transaction_type') is not None:
|
|
515
|
+
self.transaction_type = m.get('transaction_type')
|
|
516
|
+
if m.get('counter_address') is not None:
|
|
517
|
+
self.counter_address = m.get('counter_address')
|
|
518
|
+
if m.get('gmt_created') is not None:
|
|
519
|
+
self.gmt_created = m.get('gmt_created')
|
|
520
|
+
if m.get('gmt_modified') is not None:
|
|
521
|
+
self.gmt_modified = m.get('gmt_modified')
|
|
522
|
+
return self
|
|
523
|
+
|
|
524
|
+
|
|
433
525
|
class UserOperatorInfoBO(TeaModel):
|
|
434
526
|
def __init__(
|
|
435
527
|
self,
|
|
@@ -494,6 +586,98 @@ class UserOperatorInfoBO(TeaModel):
|
|
|
494
586
|
return self
|
|
495
587
|
|
|
496
588
|
|
|
589
|
+
class SubUserBonusAccountDetailVO(TeaModel):
|
|
590
|
+
def __init__(
|
|
591
|
+
self,
|
|
592
|
+
id: str = None,
|
|
593
|
+
transaction_hash: str = None,
|
|
594
|
+
pre_balance: str = None,
|
|
595
|
+
transaction_amount: str = None,
|
|
596
|
+
post_balance: str = None,
|
|
597
|
+
transaction_type: str = None,
|
|
598
|
+
counter_address: str = None,
|
|
599
|
+
gmt_created: int = None,
|
|
600
|
+
gmt_modified: int = None,
|
|
601
|
+
):
|
|
602
|
+
# 明细ID
|
|
603
|
+
self.id = id
|
|
604
|
+
# 交易链上Hash
|
|
605
|
+
self.transaction_hash = transaction_hash
|
|
606
|
+
# 交易前余额
|
|
607
|
+
self.pre_balance = pre_balance
|
|
608
|
+
# 交易数量
|
|
609
|
+
self.transaction_amount = transaction_amount
|
|
610
|
+
# 交易后余额
|
|
611
|
+
self.post_balance = post_balance
|
|
612
|
+
# 交易类别
|
|
613
|
+
self.transaction_type = transaction_type
|
|
614
|
+
# 对手地址
|
|
615
|
+
self.counter_address = counter_address
|
|
616
|
+
# 创建时间
|
|
617
|
+
self.gmt_created = gmt_created
|
|
618
|
+
# 更新时间
|
|
619
|
+
self.gmt_modified = gmt_modified
|
|
620
|
+
|
|
621
|
+
def validate(self):
|
|
622
|
+
self.validate_required(self.id, 'id')
|
|
623
|
+
self.validate_required(self.transaction_hash, 'transaction_hash')
|
|
624
|
+
self.validate_required(self.pre_balance, 'pre_balance')
|
|
625
|
+
self.validate_required(self.transaction_amount, 'transaction_amount')
|
|
626
|
+
self.validate_required(self.post_balance, 'post_balance')
|
|
627
|
+
self.validate_required(self.transaction_type, 'transaction_type')
|
|
628
|
+
self.validate_required(self.counter_address, 'counter_address')
|
|
629
|
+
self.validate_required(self.gmt_created, 'gmt_created')
|
|
630
|
+
self.validate_required(self.gmt_modified, 'gmt_modified')
|
|
631
|
+
|
|
632
|
+
def to_map(self):
|
|
633
|
+
_map = super().to_map()
|
|
634
|
+
if _map is not None:
|
|
635
|
+
return _map
|
|
636
|
+
|
|
637
|
+
result = dict()
|
|
638
|
+
if self.id is not None:
|
|
639
|
+
result['id'] = self.id
|
|
640
|
+
if self.transaction_hash is not None:
|
|
641
|
+
result['transaction_hash'] = self.transaction_hash
|
|
642
|
+
if self.pre_balance is not None:
|
|
643
|
+
result['pre_balance'] = self.pre_balance
|
|
644
|
+
if self.transaction_amount is not None:
|
|
645
|
+
result['transaction_amount'] = self.transaction_amount
|
|
646
|
+
if self.post_balance is not None:
|
|
647
|
+
result['post_balance'] = self.post_balance
|
|
648
|
+
if self.transaction_type is not None:
|
|
649
|
+
result['transaction_type'] = self.transaction_type
|
|
650
|
+
if self.counter_address is not None:
|
|
651
|
+
result['counter_address'] = self.counter_address
|
|
652
|
+
if self.gmt_created is not None:
|
|
653
|
+
result['gmt_created'] = self.gmt_created
|
|
654
|
+
if self.gmt_modified is not None:
|
|
655
|
+
result['gmt_modified'] = self.gmt_modified
|
|
656
|
+
return result
|
|
657
|
+
|
|
658
|
+
def from_map(self, m: dict = None):
|
|
659
|
+
m = m or dict()
|
|
660
|
+
if m.get('id') is not None:
|
|
661
|
+
self.id = m.get('id')
|
|
662
|
+
if m.get('transaction_hash') is not None:
|
|
663
|
+
self.transaction_hash = m.get('transaction_hash')
|
|
664
|
+
if m.get('pre_balance') is not None:
|
|
665
|
+
self.pre_balance = m.get('pre_balance')
|
|
666
|
+
if m.get('transaction_amount') is not None:
|
|
667
|
+
self.transaction_amount = m.get('transaction_amount')
|
|
668
|
+
if m.get('post_balance') is not None:
|
|
669
|
+
self.post_balance = m.get('post_balance')
|
|
670
|
+
if m.get('transaction_type') is not None:
|
|
671
|
+
self.transaction_type = m.get('transaction_type')
|
|
672
|
+
if m.get('counter_address') is not None:
|
|
673
|
+
self.counter_address = m.get('counter_address')
|
|
674
|
+
if m.get('gmt_created') is not None:
|
|
675
|
+
self.gmt_created = m.get('gmt_created')
|
|
676
|
+
if m.get('gmt_modified') is not None:
|
|
677
|
+
self.gmt_modified = m.get('gmt_modified')
|
|
678
|
+
return self
|
|
679
|
+
|
|
680
|
+
|
|
497
681
|
class ParticipantInfo(TeaModel):
|
|
498
682
|
def __init__(
|
|
499
683
|
self,
|
|
@@ -779,98 +963,6 @@ class CrossAccountListVO(TeaModel):
|
|
|
779
963
|
return self
|
|
780
964
|
|
|
781
965
|
|
|
782
|
-
class SubUserAccountVO(TeaModel):
|
|
783
|
-
def __init__(
|
|
784
|
-
self,
|
|
785
|
-
user_account_id: str = None,
|
|
786
|
-
user_id: str = None,
|
|
787
|
-
user_address: str = None,
|
|
788
|
-
user_target: str = None,
|
|
789
|
-
user_balance: str = None,
|
|
790
|
-
asset_project_id: str = None,
|
|
791
|
-
asset_project_name: str = None,
|
|
792
|
-
institution_id: str = None,
|
|
793
|
-
institution_name: str = None,
|
|
794
|
-
):
|
|
795
|
-
# 用户账户id
|
|
796
|
-
self.user_account_id = user_account_id
|
|
797
|
-
# 用户id
|
|
798
|
-
self.user_id = user_id
|
|
799
|
-
# 用户地址
|
|
800
|
-
self.user_address = user_address
|
|
801
|
-
# 用户资产配额
|
|
802
|
-
self.user_target = user_target
|
|
803
|
-
# 用户资产
|
|
804
|
-
self.user_balance = user_balance
|
|
805
|
-
# 项目id
|
|
806
|
-
self.asset_project_id = asset_project_id
|
|
807
|
-
# 项目名称
|
|
808
|
-
self.asset_project_name = asset_project_name
|
|
809
|
-
# 用户所属机构id
|
|
810
|
-
self.institution_id = institution_id
|
|
811
|
-
# 用户所属机构名称
|
|
812
|
-
self.institution_name = institution_name
|
|
813
|
-
|
|
814
|
-
def validate(self):
|
|
815
|
-
self.validate_required(self.user_account_id, 'user_account_id')
|
|
816
|
-
self.validate_required(self.user_id, 'user_id')
|
|
817
|
-
self.validate_required(self.user_address, 'user_address')
|
|
818
|
-
self.validate_required(self.user_target, 'user_target')
|
|
819
|
-
self.validate_required(self.user_balance, 'user_balance')
|
|
820
|
-
self.validate_required(self.asset_project_id, 'asset_project_id')
|
|
821
|
-
self.validate_required(self.asset_project_name, 'asset_project_name')
|
|
822
|
-
self.validate_required(self.institution_id, 'institution_id')
|
|
823
|
-
self.validate_required(self.institution_name, 'institution_name')
|
|
824
|
-
|
|
825
|
-
def to_map(self):
|
|
826
|
-
_map = super().to_map()
|
|
827
|
-
if _map is not None:
|
|
828
|
-
return _map
|
|
829
|
-
|
|
830
|
-
result = dict()
|
|
831
|
-
if self.user_account_id is not None:
|
|
832
|
-
result['user_account_id'] = self.user_account_id
|
|
833
|
-
if self.user_id is not None:
|
|
834
|
-
result['user_id'] = self.user_id
|
|
835
|
-
if self.user_address is not None:
|
|
836
|
-
result['user_address'] = self.user_address
|
|
837
|
-
if self.user_target is not None:
|
|
838
|
-
result['user_target'] = self.user_target
|
|
839
|
-
if self.user_balance is not None:
|
|
840
|
-
result['user_balance'] = self.user_balance
|
|
841
|
-
if self.asset_project_id is not None:
|
|
842
|
-
result['asset_project_id'] = self.asset_project_id
|
|
843
|
-
if self.asset_project_name is not None:
|
|
844
|
-
result['asset_project_name'] = self.asset_project_name
|
|
845
|
-
if self.institution_id is not None:
|
|
846
|
-
result['institution_id'] = self.institution_id
|
|
847
|
-
if self.institution_name is not None:
|
|
848
|
-
result['institution_name'] = self.institution_name
|
|
849
|
-
return result
|
|
850
|
-
|
|
851
|
-
def from_map(self, m: dict = None):
|
|
852
|
-
m = m or dict()
|
|
853
|
-
if m.get('user_account_id') is not None:
|
|
854
|
-
self.user_account_id = m.get('user_account_id')
|
|
855
|
-
if m.get('user_id') is not None:
|
|
856
|
-
self.user_id = m.get('user_id')
|
|
857
|
-
if m.get('user_address') is not None:
|
|
858
|
-
self.user_address = m.get('user_address')
|
|
859
|
-
if m.get('user_target') is not None:
|
|
860
|
-
self.user_target = m.get('user_target')
|
|
861
|
-
if m.get('user_balance') is not None:
|
|
862
|
-
self.user_balance = m.get('user_balance')
|
|
863
|
-
if m.get('asset_project_id') is not None:
|
|
864
|
-
self.asset_project_id = m.get('asset_project_id')
|
|
865
|
-
if m.get('asset_project_name') is not None:
|
|
866
|
-
self.asset_project_name = m.get('asset_project_name')
|
|
867
|
-
if m.get('institution_id') is not None:
|
|
868
|
-
self.institution_id = m.get('institution_id')
|
|
869
|
-
if m.get('institution_name') is not None:
|
|
870
|
-
self.institution_name = m.get('institution_name')
|
|
871
|
-
return self
|
|
872
|
-
|
|
873
|
-
|
|
874
966
|
class LoginOperationLogVO(TeaModel):
|
|
875
967
|
def __init__(
|
|
876
968
|
self,
|
|
@@ -944,29 +1036,134 @@ class LoginOperationLogVO(TeaModel):
|
|
|
944
1036
|
return self
|
|
945
1037
|
|
|
946
1038
|
|
|
947
|
-
class
|
|
1039
|
+
class SubUserAccountDetailVO(TeaModel):
|
|
1040
|
+
def __init__(
|
|
1041
|
+
self,
|
|
1042
|
+
project_id: str = None,
|
|
1043
|
+
asset_project_address: str = None,
|
|
1044
|
+
bonus_address: str = None,
|
|
1045
|
+
user_id: str = None,
|
|
1046
|
+
distributor_institution_id: str = None,
|
|
1047
|
+
chain_name: str = None,
|
|
1048
|
+
sub_user_account_id: str = None,
|
|
1049
|
+
sub_user_bonus_account_id: str = None,
|
|
1050
|
+
sub_user_account_details: List[SubUserAccountDetailsVO] = None,
|
|
1051
|
+
sub_user_bonus_account_details: List[SubUserBonusAccountDetailVO] = None,
|
|
1052
|
+
):
|
|
1053
|
+
# 项目ID
|
|
1054
|
+
self.project_id = project_id
|
|
1055
|
+
# 资产项目合约地址
|
|
1056
|
+
self.asset_project_address = asset_project_address
|
|
1057
|
+
# 红利合约地址
|
|
1058
|
+
self.bonus_address = bonus_address
|
|
1059
|
+
# 用户ID
|
|
1060
|
+
self.user_id = user_id
|
|
1061
|
+
# 代销机构ID
|
|
1062
|
+
self.distributor_institution_id = distributor_institution_id
|
|
1063
|
+
# 发行链名称
|
|
1064
|
+
self.chain_name = chain_name
|
|
1065
|
+
# 投资者用户账户ID
|
|
1066
|
+
self.sub_user_account_id = sub_user_account_id
|
|
1067
|
+
# 投资者用户红利账户ID
|
|
1068
|
+
self.sub_user_bonus_account_id = sub_user_bonus_account_id
|
|
1069
|
+
# 资产账户明细
|
|
1070
|
+
self.sub_user_account_details = sub_user_account_details
|
|
1071
|
+
# 红利账户明细
|
|
1072
|
+
self.sub_user_bonus_account_details = sub_user_bonus_account_details
|
|
1073
|
+
|
|
1074
|
+
def validate(self):
|
|
1075
|
+
self.validate_required(self.project_id, 'project_id')
|
|
1076
|
+
if self.sub_user_account_details:
|
|
1077
|
+
for k in self.sub_user_account_details:
|
|
1078
|
+
if k:
|
|
1079
|
+
k.validate()
|
|
1080
|
+
if self.sub_user_bonus_account_details:
|
|
1081
|
+
for k in self.sub_user_bonus_account_details:
|
|
1082
|
+
if k:
|
|
1083
|
+
k.validate()
|
|
1084
|
+
|
|
1085
|
+
def to_map(self):
|
|
1086
|
+
_map = super().to_map()
|
|
1087
|
+
if _map is not None:
|
|
1088
|
+
return _map
|
|
1089
|
+
|
|
1090
|
+
result = dict()
|
|
1091
|
+
if self.project_id is not None:
|
|
1092
|
+
result['project_id'] = self.project_id
|
|
1093
|
+
if self.asset_project_address is not None:
|
|
1094
|
+
result['asset_project_address'] = self.asset_project_address
|
|
1095
|
+
if self.bonus_address is not None:
|
|
1096
|
+
result['bonus_address'] = self.bonus_address
|
|
1097
|
+
if self.user_id is not None:
|
|
1098
|
+
result['user_id'] = self.user_id
|
|
1099
|
+
if self.distributor_institution_id is not None:
|
|
1100
|
+
result['distributor_institution_id'] = self.distributor_institution_id
|
|
1101
|
+
if self.chain_name is not None:
|
|
1102
|
+
result['chain_name'] = self.chain_name
|
|
1103
|
+
if self.sub_user_account_id is not None:
|
|
1104
|
+
result['sub_user_account_id'] = self.sub_user_account_id
|
|
1105
|
+
if self.sub_user_bonus_account_id is not None:
|
|
1106
|
+
result['sub_user_bonus_account_id'] = self.sub_user_bonus_account_id
|
|
1107
|
+
result['sub_user_account_details'] = []
|
|
1108
|
+
if self.sub_user_account_details is not None:
|
|
1109
|
+
for k in self.sub_user_account_details:
|
|
1110
|
+
result['sub_user_account_details'].append(k.to_map() if k else None)
|
|
1111
|
+
result['sub_user_bonus_account_details'] = []
|
|
1112
|
+
if self.sub_user_bonus_account_details is not None:
|
|
1113
|
+
for k in self.sub_user_bonus_account_details:
|
|
1114
|
+
result['sub_user_bonus_account_details'].append(k.to_map() if k else None)
|
|
1115
|
+
return result
|
|
1116
|
+
|
|
1117
|
+
def from_map(self, m: dict = None):
|
|
1118
|
+
m = m or dict()
|
|
1119
|
+
if m.get('project_id') is not None:
|
|
1120
|
+
self.project_id = m.get('project_id')
|
|
1121
|
+
if m.get('asset_project_address') is not None:
|
|
1122
|
+
self.asset_project_address = m.get('asset_project_address')
|
|
1123
|
+
if m.get('bonus_address') is not None:
|
|
1124
|
+
self.bonus_address = m.get('bonus_address')
|
|
1125
|
+
if m.get('user_id') is not None:
|
|
1126
|
+
self.user_id = m.get('user_id')
|
|
1127
|
+
if m.get('distributor_institution_id') is not None:
|
|
1128
|
+
self.distributor_institution_id = m.get('distributor_institution_id')
|
|
1129
|
+
if m.get('chain_name') is not None:
|
|
1130
|
+
self.chain_name = m.get('chain_name')
|
|
1131
|
+
if m.get('sub_user_account_id') is not None:
|
|
1132
|
+
self.sub_user_account_id = m.get('sub_user_account_id')
|
|
1133
|
+
if m.get('sub_user_bonus_account_id') is not None:
|
|
1134
|
+
self.sub_user_bonus_account_id = m.get('sub_user_bonus_account_id')
|
|
1135
|
+
self.sub_user_account_details = []
|
|
1136
|
+
if m.get('sub_user_account_details') is not None:
|
|
1137
|
+
for k in m.get('sub_user_account_details'):
|
|
1138
|
+
temp_model = SubUserAccountDetailsVO()
|
|
1139
|
+
self.sub_user_account_details.append(temp_model.from_map(k))
|
|
1140
|
+
self.sub_user_bonus_account_details = []
|
|
1141
|
+
if m.get('sub_user_bonus_account_details') is not None:
|
|
1142
|
+
for k in m.get('sub_user_bonus_account_details'):
|
|
1143
|
+
temp_model = SubUserBonusAccountDetailVO()
|
|
1144
|
+
self.sub_user_bonus_account_details.append(temp_model.from_map(k))
|
|
1145
|
+
return self
|
|
1146
|
+
|
|
1147
|
+
|
|
1148
|
+
class ListAntdigitalWebtrwatradeIssuerOperationlogRequest(TeaModel):
|
|
948
1149
|
def __init__(
|
|
949
1150
|
self,
|
|
950
1151
|
auth_token: str = None,
|
|
951
1152
|
product_instance_id: str = None,
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
institution_id: str = None,
|
|
1153
|
+
start_time_mills: int = None,
|
|
1154
|
+
end_time_mills: int = None,
|
|
955
1155
|
):
|
|
956
1156
|
# OAuth模式下的授权token
|
|
957
1157
|
self.auth_token = auth_token
|
|
958
1158
|
self.product_instance_id = product_instance_id
|
|
959
|
-
#
|
|
960
|
-
self.
|
|
961
|
-
#
|
|
962
|
-
self.
|
|
963
|
-
# 机构id
|
|
964
|
-
self.institution_id = institution_id
|
|
1159
|
+
# 开始时间 (时间戳)
|
|
1160
|
+
self.start_time_mills = start_time_mills
|
|
1161
|
+
# 结束时间 (时间戳)
|
|
1162
|
+
self.end_time_mills = end_time_mills
|
|
965
1163
|
|
|
966
1164
|
def validate(self):
|
|
967
|
-
self.validate_required(self.
|
|
968
|
-
self.validate_required(self.
|
|
969
|
-
self.validate_required(self.institution_id, 'institution_id')
|
|
1165
|
+
self.validate_required(self.start_time_mills, 'start_time_mills')
|
|
1166
|
+
self.validate_required(self.end_time_mills, 'end_time_mills')
|
|
970
1167
|
|
|
971
1168
|
def to_map(self):
|
|
972
1169
|
_map = super().to_map()
|
|
@@ -978,12 +1175,10 @@ class QueryAntdigitalWebtrwatradeIssuerSubuserRequest(TeaModel):
|
|
|
978
1175
|
result['auth_token'] = self.auth_token
|
|
979
1176
|
if self.product_instance_id is not None:
|
|
980
1177
|
result['product_instance_id'] = self.product_instance_id
|
|
981
|
-
if self.
|
|
982
|
-
result['
|
|
983
|
-
if self.
|
|
984
|
-
result['
|
|
985
|
-
if self.institution_id is not None:
|
|
986
|
-
result['institution_id'] = self.institution_id
|
|
1178
|
+
if self.start_time_mills is not None:
|
|
1179
|
+
result['start_time_mills'] = self.start_time_mills
|
|
1180
|
+
if self.end_time_mills is not None:
|
|
1181
|
+
result['end_time_mills'] = self.end_time_mills
|
|
987
1182
|
return result
|
|
988
1183
|
|
|
989
1184
|
def from_map(self, m: dict = None):
|
|
@@ -992,22 +1187,20 @@ class QueryAntdigitalWebtrwatradeIssuerSubuserRequest(TeaModel):
|
|
|
992
1187
|
self.auth_token = m.get('auth_token')
|
|
993
1188
|
if m.get('product_instance_id') is not None:
|
|
994
1189
|
self.product_instance_id = m.get('product_instance_id')
|
|
995
|
-
if m.get('
|
|
996
|
-
self.
|
|
997
|
-
if m.get('
|
|
998
|
-
self.
|
|
999
|
-
if m.get('institution_id') is not None:
|
|
1000
|
-
self.institution_id = m.get('institution_id')
|
|
1190
|
+
if m.get('start_time_mills') is not None:
|
|
1191
|
+
self.start_time_mills = m.get('start_time_mills')
|
|
1192
|
+
if m.get('end_time_mills') is not None:
|
|
1193
|
+
self.end_time_mills = m.get('end_time_mills')
|
|
1001
1194
|
return self
|
|
1002
1195
|
|
|
1003
1196
|
|
|
1004
|
-
class
|
|
1197
|
+
class ListAntdigitalWebtrwatradeIssuerOperationlogResponse(TeaModel):
|
|
1005
1198
|
def __init__(
|
|
1006
1199
|
self,
|
|
1007
1200
|
req_msg_id: str = None,
|
|
1008
1201
|
result_code: str = None,
|
|
1009
1202
|
result_msg: str = None,
|
|
1010
|
-
data:
|
|
1203
|
+
data: List[LoginOperationLogVO] = None,
|
|
1011
1204
|
):
|
|
1012
1205
|
# 请求唯一ID,用于链路跟踪和问题排查
|
|
1013
1206
|
self.req_msg_id = req_msg_id
|
|
@@ -1015,12 +1208,14 @@ class QueryAntdigitalWebtrwatradeIssuerSubuserResponse(TeaModel):
|
|
|
1015
1208
|
self.result_code = result_code
|
|
1016
1209
|
# 异常信息的文本描述
|
|
1017
1210
|
self.result_msg = result_msg
|
|
1018
|
-
#
|
|
1211
|
+
# 回参
|
|
1019
1212
|
self.data = data
|
|
1020
1213
|
|
|
1021
1214
|
def validate(self):
|
|
1022
1215
|
if self.data:
|
|
1023
|
-
self.data
|
|
1216
|
+
for k in self.data:
|
|
1217
|
+
if k:
|
|
1218
|
+
k.validate()
|
|
1024
1219
|
|
|
1025
1220
|
def to_map(self):
|
|
1026
1221
|
_map = super().to_map()
|
|
@@ -1034,8 +1229,10 @@ class QueryAntdigitalWebtrwatradeIssuerSubuserResponse(TeaModel):
|
|
|
1034
1229
|
result['result_code'] = self.result_code
|
|
1035
1230
|
if self.result_msg is not None:
|
|
1036
1231
|
result['result_msg'] = self.result_msg
|
|
1232
|
+
result['data'] = []
|
|
1037
1233
|
if self.data is not None:
|
|
1038
|
-
|
|
1234
|
+
for k in self.data:
|
|
1235
|
+
result['data'].append(k.to_map() if k else None)
|
|
1039
1236
|
return result
|
|
1040
1237
|
|
|
1041
1238
|
def from_map(self, m: dict = None):
|
|
@@ -1046,35 +1243,33 @@ class QueryAntdigitalWebtrwatradeIssuerSubuserResponse(TeaModel):
|
|
|
1046
1243
|
self.result_code = m.get('result_code')
|
|
1047
1244
|
if m.get('result_msg') is not None:
|
|
1048
1245
|
self.result_msg = m.get('result_msg')
|
|
1246
|
+
self.data = []
|
|
1049
1247
|
if m.get('data') is not None:
|
|
1050
|
-
|
|
1051
|
-
|
|
1248
|
+
for k in m.get('data'):
|
|
1249
|
+
temp_model = LoginOperationLogVO()
|
|
1250
|
+
self.data.append(temp_model.from_map(k))
|
|
1052
1251
|
return self
|
|
1053
1252
|
|
|
1054
1253
|
|
|
1055
|
-
class
|
|
1254
|
+
class ListAntdigitalWebtrwatradeDistributorOperationlogRequest(TeaModel):
|
|
1056
1255
|
def __init__(
|
|
1057
1256
|
self,
|
|
1058
1257
|
auth_token: str = None,
|
|
1059
1258
|
product_instance_id: str = None,
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
project_id: str = None,
|
|
1259
|
+
start_time_mills: int = None,
|
|
1260
|
+
end_time_mills: int = None,
|
|
1063
1261
|
):
|
|
1064
1262
|
# OAuth模式下的授权token
|
|
1065
1263
|
self.auth_token = auth_token
|
|
1066
1264
|
self.product_instance_id = product_instance_id
|
|
1067
|
-
#
|
|
1068
|
-
self.
|
|
1069
|
-
#
|
|
1070
|
-
self.
|
|
1071
|
-
# 项目id
|
|
1072
|
-
self.project_id = project_id
|
|
1265
|
+
# 开始时间 (时间戳)
|
|
1266
|
+
self.start_time_mills = start_time_mills
|
|
1267
|
+
# 结束时间 (时间戳)
|
|
1268
|
+
self.end_time_mills = end_time_mills
|
|
1073
1269
|
|
|
1074
1270
|
def validate(self):
|
|
1075
|
-
self.validate_required(self.
|
|
1076
|
-
self.validate_required(self.
|
|
1077
|
-
self.validate_required(self.project_id, 'project_id')
|
|
1271
|
+
self.validate_required(self.start_time_mills, 'start_time_mills')
|
|
1272
|
+
self.validate_required(self.end_time_mills, 'end_time_mills')
|
|
1078
1273
|
|
|
1079
1274
|
def to_map(self):
|
|
1080
1275
|
_map = super().to_map()
|
|
@@ -1086,12 +1281,10 @@ class QueryAntdigitalWebtrwatradeDistributorSubuserRequest(TeaModel):
|
|
|
1086
1281
|
result['auth_token'] = self.auth_token
|
|
1087
1282
|
if self.product_instance_id is not None:
|
|
1088
1283
|
result['product_instance_id'] = self.product_instance_id
|
|
1089
|
-
if self.
|
|
1090
|
-
result['
|
|
1091
|
-
if self.
|
|
1092
|
-
result['
|
|
1093
|
-
if self.project_id is not None:
|
|
1094
|
-
result['project_id'] = self.project_id
|
|
1284
|
+
if self.start_time_mills is not None:
|
|
1285
|
+
result['start_time_mills'] = self.start_time_mills
|
|
1286
|
+
if self.end_time_mills is not None:
|
|
1287
|
+
result['end_time_mills'] = self.end_time_mills
|
|
1095
1288
|
return result
|
|
1096
1289
|
|
|
1097
1290
|
def from_map(self, m: dict = None):
|
|
@@ -1100,22 +1293,20 @@ class QueryAntdigitalWebtrwatradeDistributorSubuserRequest(TeaModel):
|
|
|
1100
1293
|
self.auth_token = m.get('auth_token')
|
|
1101
1294
|
if m.get('product_instance_id') is not None:
|
|
1102
1295
|
self.product_instance_id = m.get('product_instance_id')
|
|
1103
|
-
if m.get('
|
|
1104
|
-
self.
|
|
1105
|
-
if m.get('
|
|
1106
|
-
self.
|
|
1107
|
-
if m.get('project_id') is not None:
|
|
1108
|
-
self.project_id = m.get('project_id')
|
|
1296
|
+
if m.get('start_time_mills') is not None:
|
|
1297
|
+
self.start_time_mills = m.get('start_time_mills')
|
|
1298
|
+
if m.get('end_time_mills') is not None:
|
|
1299
|
+
self.end_time_mills = m.get('end_time_mills')
|
|
1109
1300
|
return self
|
|
1110
1301
|
|
|
1111
1302
|
|
|
1112
|
-
class
|
|
1303
|
+
class ListAntdigitalWebtrwatradeDistributorOperationlogResponse(TeaModel):
|
|
1113
1304
|
def __init__(
|
|
1114
1305
|
self,
|
|
1115
1306
|
req_msg_id: str = None,
|
|
1116
1307
|
result_code: str = None,
|
|
1117
1308
|
result_msg: str = None,
|
|
1118
|
-
data:
|
|
1309
|
+
data: List[LoginOperationLogVO] = None,
|
|
1119
1310
|
):
|
|
1120
1311
|
# 请求唯一ID,用于链路跟踪和问题排查
|
|
1121
1312
|
self.req_msg_id = req_msg_id
|
|
@@ -1123,12 +1314,14 @@ class QueryAntdigitalWebtrwatradeDistributorSubuserResponse(TeaModel):
|
|
|
1123
1314
|
self.result_code = result_code
|
|
1124
1315
|
# 异常信息的文本描述
|
|
1125
1316
|
self.result_msg = result_msg
|
|
1126
|
-
#
|
|
1317
|
+
# 回参
|
|
1127
1318
|
self.data = data
|
|
1128
1319
|
|
|
1129
1320
|
def validate(self):
|
|
1130
1321
|
if self.data:
|
|
1131
|
-
self.data
|
|
1322
|
+
for k in self.data:
|
|
1323
|
+
if k:
|
|
1324
|
+
k.validate()
|
|
1132
1325
|
|
|
1133
1326
|
def to_map(self):
|
|
1134
1327
|
_map = super().to_map()
|
|
@@ -1142,8 +1335,10 @@ class QueryAntdigitalWebtrwatradeDistributorSubuserResponse(TeaModel):
|
|
|
1142
1335
|
result['result_code'] = self.result_code
|
|
1143
1336
|
if self.result_msg is not None:
|
|
1144
1337
|
result['result_msg'] = self.result_msg
|
|
1338
|
+
result['data'] = []
|
|
1145
1339
|
if self.data is not None:
|
|
1146
|
-
|
|
1340
|
+
for k in self.data:
|
|
1341
|
+
result['data'].append(k.to_map() if k else None)
|
|
1147
1342
|
return result
|
|
1148
1343
|
|
|
1149
1344
|
def from_map(self, m: dict = None):
|
|
@@ -1154,27 +1349,50 @@ class QueryAntdigitalWebtrwatradeDistributorSubuserResponse(TeaModel):
|
|
|
1154
1349
|
self.result_code = m.get('result_code')
|
|
1155
1350
|
if m.get('result_msg') is not None:
|
|
1156
1351
|
self.result_msg = m.get('result_msg')
|
|
1352
|
+
self.data = []
|
|
1157
1353
|
if m.get('data') is not None:
|
|
1158
|
-
|
|
1159
|
-
|
|
1354
|
+
for k in m.get('data'):
|
|
1355
|
+
temp_model = LoginOperationLogVO()
|
|
1356
|
+
self.data.append(temp_model.from_map(k))
|
|
1160
1357
|
return self
|
|
1161
1358
|
|
|
1162
1359
|
|
|
1163
|
-
class
|
|
1360
|
+
class QueryAntdigitalWebtrwatradeIssuerRequest(TeaModel):
|
|
1164
1361
|
def __init__(
|
|
1165
1362
|
self,
|
|
1166
1363
|
auth_token: str = None,
|
|
1167
1364
|
product_instance_id: str = None,
|
|
1365
|
+
asset_project_id: str = None,
|
|
1366
|
+
asset_project_address: str = None,
|
|
1367
|
+
user_id: str = None,
|
|
1368
|
+
user_address: str = None,
|
|
1369
|
+
login_name: str = None,
|
|
1370
|
+
login_accout_type: str = None,
|
|
1168
1371
|
start_time_mills: int = None,
|
|
1169
1372
|
end_time_mills: int = None,
|
|
1373
|
+
chain_name: str = None,
|
|
1170
1374
|
):
|
|
1171
1375
|
# OAuth模式下的授权token
|
|
1172
1376
|
self.auth_token = auth_token
|
|
1173
1377
|
self.product_instance_id = product_instance_id
|
|
1378
|
+
# 资产项目ID
|
|
1379
|
+
self.asset_project_id = asset_project_id
|
|
1380
|
+
# 资产项目合约地址
|
|
1381
|
+
self.asset_project_address = asset_project_address
|
|
1382
|
+
# 用户ID
|
|
1383
|
+
self.user_id = user_id
|
|
1384
|
+
# 用户地址
|
|
1385
|
+
self.user_address = user_address
|
|
1386
|
+
# 登录名
|
|
1387
|
+
self.login_name = login_name
|
|
1388
|
+
# 登录名类型(EMAIL)
|
|
1389
|
+
self.login_accout_type = login_accout_type
|
|
1174
1390
|
# 开始时间 (时间戳)
|
|
1175
1391
|
self.start_time_mills = start_time_mills
|
|
1176
1392
|
# 结束时间 (时间戳)
|
|
1177
1393
|
self.end_time_mills = end_time_mills
|
|
1394
|
+
# 项目所在链
|
|
1395
|
+
self.chain_name = chain_name
|
|
1178
1396
|
|
|
1179
1397
|
def validate(self):
|
|
1180
1398
|
self.validate_required(self.start_time_mills, 'start_time_mills')
|
|
@@ -1190,10 +1408,24 @@ class ListAntdigitalWebtrwatradeIssuerOperationlogRequest(TeaModel):
|
|
|
1190
1408
|
result['auth_token'] = self.auth_token
|
|
1191
1409
|
if self.product_instance_id is not None:
|
|
1192
1410
|
result['product_instance_id'] = self.product_instance_id
|
|
1411
|
+
if self.asset_project_id is not None:
|
|
1412
|
+
result['asset_project_id'] = self.asset_project_id
|
|
1413
|
+
if self.asset_project_address is not None:
|
|
1414
|
+
result['asset_project_address'] = self.asset_project_address
|
|
1415
|
+
if self.user_id is not None:
|
|
1416
|
+
result['user_id'] = self.user_id
|
|
1417
|
+
if self.user_address is not None:
|
|
1418
|
+
result['user_address'] = self.user_address
|
|
1419
|
+
if self.login_name is not None:
|
|
1420
|
+
result['login_name'] = self.login_name
|
|
1421
|
+
if self.login_accout_type is not None:
|
|
1422
|
+
result['login_accout_type'] = self.login_accout_type
|
|
1193
1423
|
if self.start_time_mills is not None:
|
|
1194
1424
|
result['start_time_mills'] = self.start_time_mills
|
|
1195
1425
|
if self.end_time_mills is not None:
|
|
1196
1426
|
result['end_time_mills'] = self.end_time_mills
|
|
1427
|
+
if self.chain_name is not None:
|
|
1428
|
+
result['chain_name'] = self.chain_name
|
|
1197
1429
|
return result
|
|
1198
1430
|
|
|
1199
1431
|
def from_map(self, m: dict = None):
|
|
@@ -1202,20 +1434,34 @@ class ListAntdigitalWebtrwatradeIssuerOperationlogRequest(TeaModel):
|
|
|
1202
1434
|
self.auth_token = m.get('auth_token')
|
|
1203
1435
|
if m.get('product_instance_id') is not None:
|
|
1204
1436
|
self.product_instance_id = m.get('product_instance_id')
|
|
1437
|
+
if m.get('asset_project_id') is not None:
|
|
1438
|
+
self.asset_project_id = m.get('asset_project_id')
|
|
1439
|
+
if m.get('asset_project_address') is not None:
|
|
1440
|
+
self.asset_project_address = m.get('asset_project_address')
|
|
1441
|
+
if m.get('user_id') is not None:
|
|
1442
|
+
self.user_id = m.get('user_id')
|
|
1443
|
+
if m.get('user_address') is not None:
|
|
1444
|
+
self.user_address = m.get('user_address')
|
|
1445
|
+
if m.get('login_name') is not None:
|
|
1446
|
+
self.login_name = m.get('login_name')
|
|
1447
|
+
if m.get('login_accout_type') is not None:
|
|
1448
|
+
self.login_accout_type = m.get('login_accout_type')
|
|
1205
1449
|
if m.get('start_time_mills') is not None:
|
|
1206
1450
|
self.start_time_mills = m.get('start_time_mills')
|
|
1207
1451
|
if m.get('end_time_mills') is not None:
|
|
1208
1452
|
self.end_time_mills = m.get('end_time_mills')
|
|
1453
|
+
if m.get('chain_name') is not None:
|
|
1454
|
+
self.chain_name = m.get('chain_name')
|
|
1209
1455
|
return self
|
|
1210
1456
|
|
|
1211
1457
|
|
|
1212
|
-
class
|
|
1458
|
+
class QueryAntdigitalWebtrwatradeIssuerResponse(TeaModel):
|
|
1213
1459
|
def __init__(
|
|
1214
1460
|
self,
|
|
1215
1461
|
req_msg_id: str = None,
|
|
1216
1462
|
result_code: str = None,
|
|
1217
1463
|
result_msg: str = None,
|
|
1218
|
-
data: List[
|
|
1464
|
+
data: List[SubUserAccountDetailVO] = None,
|
|
1219
1465
|
):
|
|
1220
1466
|
# 请求唯一ID,用于链路跟踪和问题排查
|
|
1221
1467
|
self.req_msg_id = req_msg_id
|
|
@@ -1223,7 +1469,7 @@ class ListAntdigitalWebtrwatradeIssuerOperationlogResponse(TeaModel):
|
|
|
1223
1469
|
self.result_code = result_code
|
|
1224
1470
|
# 异常信息的文本描述
|
|
1225
1471
|
self.result_msg = result_msg
|
|
1226
|
-
#
|
|
1472
|
+
# 账户明细列表
|
|
1227
1473
|
self.data = data
|
|
1228
1474
|
|
|
1229
1475
|
def validate(self):
|
|
@@ -1261,22 +1507,43 @@ class ListAntdigitalWebtrwatradeIssuerOperationlogResponse(TeaModel):
|
|
|
1261
1507
|
self.data = []
|
|
1262
1508
|
if m.get('data') is not None:
|
|
1263
1509
|
for k in m.get('data'):
|
|
1264
|
-
temp_model =
|
|
1510
|
+
temp_model = SubUserAccountDetailVO()
|
|
1265
1511
|
self.data.append(temp_model.from_map(k))
|
|
1266
1512
|
return self
|
|
1267
1513
|
|
|
1268
1514
|
|
|
1269
|
-
class
|
|
1515
|
+
class QueryAntdigitalWebtrwatradeDistributorRequest(TeaModel):
|
|
1270
1516
|
def __init__(
|
|
1271
1517
|
self,
|
|
1272
1518
|
auth_token: str = None,
|
|
1273
1519
|
product_instance_id: str = None,
|
|
1520
|
+
asset_project_id: str = None,
|
|
1521
|
+
asset_project_address: str = None,
|
|
1522
|
+
chain_name: str = None,
|
|
1523
|
+
user_id: str = None,
|
|
1524
|
+
user_address: str = None,
|
|
1525
|
+
login_name: str = None,
|
|
1526
|
+
login_accout_type: str = None,
|
|
1274
1527
|
start_time_mills: int = None,
|
|
1275
1528
|
end_time_mills: int = None,
|
|
1276
1529
|
):
|
|
1277
1530
|
# OAuth模式下的授权token
|
|
1278
1531
|
self.auth_token = auth_token
|
|
1279
1532
|
self.product_instance_id = product_instance_id
|
|
1533
|
+
# 资产项目ID
|
|
1534
|
+
self.asset_project_id = asset_project_id
|
|
1535
|
+
# 资产项目合约地址
|
|
1536
|
+
self.asset_project_address = asset_project_address
|
|
1537
|
+
# 项目所在链
|
|
1538
|
+
self.chain_name = chain_name
|
|
1539
|
+
# 用户ID
|
|
1540
|
+
self.user_id = user_id
|
|
1541
|
+
# 用户地址
|
|
1542
|
+
self.user_address = user_address
|
|
1543
|
+
# 登录名
|
|
1544
|
+
self.login_name = login_name
|
|
1545
|
+
# 登录名类型(EMAIL)
|
|
1546
|
+
self.login_accout_type = login_accout_type
|
|
1280
1547
|
# 开始时间 (时间戳)
|
|
1281
1548
|
self.start_time_mills = start_time_mills
|
|
1282
1549
|
# 结束时间 (时间戳)
|
|
@@ -1296,6 +1563,20 @@ class ListAntdigitalWebtrwatradeDistributorOperationlogRequest(TeaModel):
|
|
|
1296
1563
|
result['auth_token'] = self.auth_token
|
|
1297
1564
|
if self.product_instance_id is not None:
|
|
1298
1565
|
result['product_instance_id'] = self.product_instance_id
|
|
1566
|
+
if self.asset_project_id is not None:
|
|
1567
|
+
result['asset_project_id'] = self.asset_project_id
|
|
1568
|
+
if self.asset_project_address is not None:
|
|
1569
|
+
result['asset_project_address'] = self.asset_project_address
|
|
1570
|
+
if self.chain_name is not None:
|
|
1571
|
+
result['chain_name'] = self.chain_name
|
|
1572
|
+
if self.user_id is not None:
|
|
1573
|
+
result['user_id'] = self.user_id
|
|
1574
|
+
if self.user_address is not None:
|
|
1575
|
+
result['user_address'] = self.user_address
|
|
1576
|
+
if self.login_name is not None:
|
|
1577
|
+
result['login_name'] = self.login_name
|
|
1578
|
+
if self.login_accout_type is not None:
|
|
1579
|
+
result['login_accout_type'] = self.login_accout_type
|
|
1299
1580
|
if self.start_time_mills is not None:
|
|
1300
1581
|
result['start_time_mills'] = self.start_time_mills
|
|
1301
1582
|
if self.end_time_mills is not None:
|
|
@@ -1308,6 +1589,20 @@ class ListAntdigitalWebtrwatradeDistributorOperationlogRequest(TeaModel):
|
|
|
1308
1589
|
self.auth_token = m.get('auth_token')
|
|
1309
1590
|
if m.get('product_instance_id') is not None:
|
|
1310
1591
|
self.product_instance_id = m.get('product_instance_id')
|
|
1592
|
+
if m.get('asset_project_id') is not None:
|
|
1593
|
+
self.asset_project_id = m.get('asset_project_id')
|
|
1594
|
+
if m.get('asset_project_address') is not None:
|
|
1595
|
+
self.asset_project_address = m.get('asset_project_address')
|
|
1596
|
+
if m.get('chain_name') is not None:
|
|
1597
|
+
self.chain_name = m.get('chain_name')
|
|
1598
|
+
if m.get('user_id') is not None:
|
|
1599
|
+
self.user_id = m.get('user_id')
|
|
1600
|
+
if m.get('user_address') is not None:
|
|
1601
|
+
self.user_address = m.get('user_address')
|
|
1602
|
+
if m.get('login_name') is not None:
|
|
1603
|
+
self.login_name = m.get('login_name')
|
|
1604
|
+
if m.get('login_accout_type') is not None:
|
|
1605
|
+
self.login_accout_type = m.get('login_accout_type')
|
|
1311
1606
|
if m.get('start_time_mills') is not None:
|
|
1312
1607
|
self.start_time_mills = m.get('start_time_mills')
|
|
1313
1608
|
if m.get('end_time_mills') is not None:
|
|
@@ -1315,13 +1610,13 @@ class ListAntdigitalWebtrwatradeDistributorOperationlogRequest(TeaModel):
|
|
|
1315
1610
|
return self
|
|
1316
1611
|
|
|
1317
1612
|
|
|
1318
|
-
class
|
|
1613
|
+
class QueryAntdigitalWebtrwatradeDistributorResponse(TeaModel):
|
|
1319
1614
|
def __init__(
|
|
1320
1615
|
self,
|
|
1321
1616
|
req_msg_id: str = None,
|
|
1322
1617
|
result_code: str = None,
|
|
1323
1618
|
result_msg: str = None,
|
|
1324
|
-
data: List[
|
|
1619
|
+
data: List[SubUserAccountDetailVO] = None,
|
|
1325
1620
|
):
|
|
1326
1621
|
# 请求唯一ID,用于链路跟踪和问题排查
|
|
1327
1622
|
self.req_msg_id = req_msg_id
|
|
@@ -1329,7 +1624,7 @@ class ListAntdigitalWebtrwatradeDistributorOperationlogResponse(TeaModel):
|
|
|
1329
1624
|
self.result_code = result_code
|
|
1330
1625
|
# 异常信息的文本描述
|
|
1331
1626
|
self.result_msg = result_msg
|
|
1332
|
-
#
|
|
1627
|
+
# 账户明细列表
|
|
1333
1628
|
self.data = data
|
|
1334
1629
|
|
|
1335
1630
|
def validate(self):
|
|
@@ -1367,7 +1662,7 @@ class ListAntdigitalWebtrwatradeDistributorOperationlogResponse(TeaModel):
|
|
|
1367
1662
|
self.data = []
|
|
1368
1663
|
if m.get('data') is not None:
|
|
1369
1664
|
for k in m.get('data'):
|
|
1370
|
-
temp_model =
|
|
1665
|
+
temp_model = SubUserAccountDetailVO()
|
|
1371
1666
|
self.data.append(temp_model.from_map(k))
|
|
1372
1667
|
return self
|
|
1373
1668
|
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
antchain_sdk_ak_d3c4f09125a14cd587057c405561809a/__init__.py,sha256=dHuoY6voK7np1A7oRzw1xyBy7CK9_KBAc4FCKW29uRQ,21
|
|
2
|
-
antchain_sdk_ak_d3c4f09125a14cd587057c405561809a/client.py,sha256=sW6cwQY6oin_ltKMGkupFdukoEbKyOpxsCSmHnszjz4,34166
|
|
3
|
-
antchain_sdk_ak_d3c4f09125a14cd587057c405561809a/models.py,sha256=5nxvOg_dbs9rgThsMqKtG-NF-YLmtsHukyZAfDZqS-4,68155
|
|
4
|
-
antchain_ak_d3c4f09125a14cd587057c405561809a-1.0.0.dist-info/LICENSE,sha256=0CFItL6bHvxqS44T6vlLoW2R4Zaic304OO3WxN0oXF0,600
|
|
5
|
-
antchain_ak_d3c4f09125a14cd587057c405561809a-1.0.0.dist-info/METADATA,sha256=7zhoGPlm9pq5-U_xipvmXERqk5YCqV0Sz2L_bY1kypY,2179
|
|
6
|
-
antchain_ak_d3c4f09125a14cd587057c405561809a-1.0.0.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
|
7
|
-
antchain_ak_d3c4f09125a14cd587057c405561809a-1.0.0.dist-info/top_level.txt,sha256=qA0Q1_HLeUWasaZ-LtcCcSAD4UbiVe5vxLxX-2kmOUk,49
|
|
8
|
-
antchain_ak_d3c4f09125a14cd587057c405561809a-1.0.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|