alibabacloud-quanmiaolightapp20240801 2.7.0__tar.gz → 2.7.2__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.
Files changed (17) hide show
  1. {alibabacloud_quanmiaolightapp20240801-2.7.0 → alibabacloud_quanmiaolightapp20240801-2.7.2}/ChangeLog.md +17 -0
  2. {alibabacloud_quanmiaolightapp20240801-2.7.0 → alibabacloud_quanmiaolightapp20240801-2.7.2}/PKG-INFO +1 -1
  3. alibabacloud_quanmiaolightapp20240801-2.7.2/alibabacloud_quanmiaolightapp20240801/__init__.py +1 -0
  4. {alibabacloud_quanmiaolightapp20240801-2.7.0 → alibabacloud_quanmiaolightapp20240801-2.7.2}/alibabacloud_quanmiaolightapp20240801/client.py +20 -0
  5. {alibabacloud_quanmiaolightapp20240801-2.7.0 → alibabacloud_quanmiaolightapp20240801-2.7.2}/alibabacloud_quanmiaolightapp20240801/models.py +60 -0
  6. {alibabacloud_quanmiaolightapp20240801-2.7.0 → alibabacloud_quanmiaolightapp20240801-2.7.2}/alibabacloud_quanmiaolightapp20240801.egg-info/PKG-INFO +1 -1
  7. {alibabacloud_quanmiaolightapp20240801-2.7.0 → alibabacloud_quanmiaolightapp20240801-2.7.2}/setup.py +1 -1
  8. alibabacloud_quanmiaolightapp20240801-2.7.0/alibabacloud_quanmiaolightapp20240801/__init__.py +0 -1
  9. {alibabacloud_quanmiaolightapp20240801-2.7.0 → alibabacloud_quanmiaolightapp20240801-2.7.2}/LICENSE +0 -0
  10. {alibabacloud_quanmiaolightapp20240801-2.7.0 → alibabacloud_quanmiaolightapp20240801-2.7.2}/MANIFEST.in +0 -0
  11. {alibabacloud_quanmiaolightapp20240801-2.7.0 → alibabacloud_quanmiaolightapp20240801-2.7.2}/README-CN.md +0 -0
  12. {alibabacloud_quanmiaolightapp20240801-2.7.0 → alibabacloud_quanmiaolightapp20240801-2.7.2}/README.md +0 -0
  13. {alibabacloud_quanmiaolightapp20240801-2.7.0 → alibabacloud_quanmiaolightapp20240801-2.7.2}/alibabacloud_quanmiaolightapp20240801.egg-info/SOURCES.txt +0 -0
  14. {alibabacloud_quanmiaolightapp20240801-2.7.0 → alibabacloud_quanmiaolightapp20240801-2.7.2}/alibabacloud_quanmiaolightapp20240801.egg-info/dependency_links.txt +0 -0
  15. {alibabacloud_quanmiaolightapp20240801-2.7.0 → alibabacloud_quanmiaolightapp20240801-2.7.2}/alibabacloud_quanmiaolightapp20240801.egg-info/requires.txt +0 -0
  16. {alibabacloud_quanmiaolightapp20240801-2.7.0 → alibabacloud_quanmiaolightapp20240801-2.7.2}/alibabacloud_quanmiaolightapp20240801.egg-info/top_level.txt +0 -0
  17. {alibabacloud_quanmiaolightapp20240801-2.7.0 → alibabacloud_quanmiaolightapp20240801-2.7.2}/setup.cfg +0 -0
@@ -1,3 +1,20 @@
1
+ 2025-04-17 Version: 2.7.1
2
+ - Update API RunEnterpriseVocAnalysis: add request parameters akProxy.
3
+ - Update API RunEnterpriseVocAnalysis: add request parameters apiKey.
4
+ - Update API RunMarketingInformationWriting: add request parameters apiKey.
5
+ - Update API RunMarketingInformationWriting: add response parameters Body.header.errorMessage.
6
+ - Update API RunNetworkContentAudit: add request parameters apiKey.
7
+ - Update API SubmitEnterpriseVocAnalysisTask: add request parameters apiKey.
8
+
9
+
10
+ 2025-04-16 Version: 2.7.0
11
+ - Support API CancelAsyncTask.
12
+ - Support API ExportAnalysisTagDetailByTaskId.
13
+ - Support API GetEnterpriseVocAnalysisTask.
14
+ - Support API RunEnterpriseVocAnalysis.
15
+ - Support API SubmitEnterpriseVocAnalysisTask.
16
+
17
+
1
18
  2025-04-10 Version: 2.6.5
2
19
  - Update API RunTagMiningAnalysis: add request parameters apiKey.
3
20
  - Update API SubmitTagMiningAnalysisTask: add request parameters apiKey.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: alibabacloud_quanmiaolightapp20240801
3
- Version: 2.7.0
3
+ Version: 2.7.2
4
4
  Summary: Alibaba Cloud QuanMiaoLightApp (20240801) SDK Library for Python
5
5
  Home-page: https://github.com/aliyun/alibabacloud-python-sdk
6
6
  Author: Alibaba Cloud SDK
@@ -1074,6 +1074,10 @@ class Client(OpenApiClient):
1074
1074
  if not UtilClient.is_unset(tmp_req.tags):
1075
1075
  request.tags_shrink = OpenApiUtilClient.array_to_string_with_specified_style(tmp_req.tags, 'tags', 'json')
1076
1076
  body = {}
1077
+ if not UtilClient.is_unset(request.ak_proxy):
1078
+ body['akProxy'] = request.ak_proxy
1079
+ if not UtilClient.is_unset(request.api_key):
1080
+ body['apiKey'] = request.api_key
1077
1081
  if not UtilClient.is_unset(request.content):
1078
1082
  body['content'] = request.content
1079
1083
  if not UtilClient.is_unset(request.extra_info):
@@ -1131,6 +1135,10 @@ class Client(OpenApiClient):
1131
1135
  if not UtilClient.is_unset(tmp_req.tags):
1132
1136
  request.tags_shrink = OpenApiUtilClient.array_to_string_with_specified_style(tmp_req.tags, 'tags', 'json')
1133
1137
  body = {}
1138
+ if not UtilClient.is_unset(request.ak_proxy):
1139
+ body['akProxy'] = request.ak_proxy
1140
+ if not UtilClient.is_unset(request.api_key):
1141
+ body['apiKey'] = request.api_key
1134
1142
  if not UtilClient.is_unset(request.content):
1135
1143
  body['content'] = request.content
1136
1144
  if not UtilClient.is_unset(request.extra_info):
@@ -1640,6 +1648,8 @@ class Client(OpenApiClient):
1640
1648
  """
1641
1649
  UtilClient.validate_model(request)
1642
1650
  body = {}
1651
+ if not UtilClient.is_unset(request.api_key):
1652
+ body['apiKey'] = request.api_key
1643
1653
  if not UtilClient.is_unset(request.custom_limitation):
1644
1654
  body['customLimitation'] = request.custom_limitation
1645
1655
  if not UtilClient.is_unset(request.custom_prompt):
@@ -1691,6 +1701,8 @@ class Client(OpenApiClient):
1691
1701
  """
1692
1702
  UtilClient.validate_model(request)
1693
1703
  body = {}
1704
+ if not UtilClient.is_unset(request.api_key):
1705
+ body['apiKey'] = request.api_key
1694
1706
  if not UtilClient.is_unset(request.custom_limitation):
1695
1707
  body['customLimitation'] = request.custom_limitation
1696
1708
  if not UtilClient.is_unset(request.custom_prompt):
@@ -1776,6 +1788,8 @@ class Client(OpenApiClient):
1776
1788
  if not UtilClient.is_unset(tmp_req.tags):
1777
1789
  request.tags_shrink = OpenApiUtilClient.array_to_string_with_specified_style(tmp_req.tags, 'tags', 'json')
1778
1790
  body = {}
1791
+ if not UtilClient.is_unset(request.api_key):
1792
+ body['apiKey'] = request.api_key
1779
1793
  if not UtilClient.is_unset(request.business_type):
1780
1794
  body['businessType'] = request.business_type
1781
1795
  if not UtilClient.is_unset(request.content):
@@ -1831,6 +1845,8 @@ class Client(OpenApiClient):
1831
1845
  if not UtilClient.is_unset(tmp_req.tags):
1832
1846
  request.tags_shrink = OpenApiUtilClient.array_to_string_with_specified_style(tmp_req.tags, 'tags', 'json')
1833
1847
  body = {}
1848
+ if not UtilClient.is_unset(request.api_key):
1849
+ body['apiKey'] = request.api_key
1834
1850
  if not UtilClient.is_unset(request.business_type):
1835
1851
  body['businessType'] = request.business_type
1836
1852
  if not UtilClient.is_unset(request.content):
@@ -2876,6 +2892,8 @@ class Client(OpenApiClient):
2876
2892
  if not UtilClient.is_unset(tmp_req.tags):
2877
2893
  request.tags_shrink = OpenApiUtilClient.array_to_string_with_specified_style(tmp_req.tags, 'tags', 'json')
2878
2894
  body = {}
2895
+ if not UtilClient.is_unset(request.api_key):
2896
+ body['apiKey'] = request.api_key
2879
2897
  if not UtilClient.is_unset(request.contents_shrink):
2880
2898
  body['contents'] = request.contents_shrink
2881
2899
  if not UtilClient.is_unset(request.extra_info):
@@ -2939,6 +2957,8 @@ class Client(OpenApiClient):
2939
2957
  if not UtilClient.is_unset(tmp_req.tags):
2940
2958
  request.tags_shrink = OpenApiUtilClient.array_to_string_with_specified_style(tmp_req.tags, 'tags', 'json')
2941
2959
  body = {}
2960
+ if not UtilClient.is_unset(request.api_key):
2961
+ body['apiKey'] = request.api_key
2942
2962
  if not UtilClient.is_unset(request.contents_shrink):
2943
2963
  body['contents'] = request.contents_shrink
2944
2964
  if not UtilClient.is_unset(request.extra_info):
@@ -3456,6 +3456,8 @@ class RunEnterpriseVocAnalysisRequestTags(TeaModel):
3456
3456
  class RunEnterpriseVocAnalysisRequest(TeaModel):
3457
3457
  def __init__(
3458
3458
  self,
3459
+ ak_proxy: str = None,
3460
+ api_key: str = None,
3459
3461
  content: str = None,
3460
3462
  extra_info: str = None,
3461
3463
  filter_tags: List[RunEnterpriseVocAnalysisRequestFilterTags] = None,
@@ -3464,6 +3466,8 @@ class RunEnterpriseVocAnalysisRequest(TeaModel):
3464
3466
  tags: List[RunEnterpriseVocAnalysisRequestTags] = None,
3465
3467
  task_description: str = None,
3466
3468
  ):
3469
+ self.ak_proxy = ak_proxy
3470
+ self.api_key = api_key
3467
3471
  # 需要进行VOC分析的文本内容(content、contents、url、fileKey 四选一。优先级从小到大)
3468
3472
  self.content = content
3469
3473
  self.extra_info = extra_info
@@ -3492,6 +3496,10 @@ class RunEnterpriseVocAnalysisRequest(TeaModel):
3492
3496
  return _map
3493
3497
 
3494
3498
  result = dict()
3499
+ if self.ak_proxy is not None:
3500
+ result['akProxy'] = self.ak_proxy
3501
+ if self.api_key is not None:
3502
+ result['apiKey'] = self.api_key
3495
3503
  if self.content is not None:
3496
3504
  result['content'] = self.content
3497
3505
  if self.extra_info is not None:
@@ -3514,6 +3522,10 @@ class RunEnterpriseVocAnalysisRequest(TeaModel):
3514
3522
 
3515
3523
  def from_map(self, m: dict = None):
3516
3524
  m = m or dict()
3525
+ if m.get('akProxy') is not None:
3526
+ self.ak_proxy = m.get('akProxy')
3527
+ if m.get('apiKey') is not None:
3528
+ self.api_key = m.get('apiKey')
3517
3529
  if m.get('content') is not None:
3518
3530
  self.content = m.get('content')
3519
3531
  if m.get('extraInfo') is not None:
@@ -3540,6 +3552,8 @@ class RunEnterpriseVocAnalysisRequest(TeaModel):
3540
3552
  class RunEnterpriseVocAnalysisShrinkRequest(TeaModel):
3541
3553
  def __init__(
3542
3554
  self,
3555
+ ak_proxy: str = None,
3556
+ api_key: str = None,
3543
3557
  content: str = None,
3544
3558
  extra_info: str = None,
3545
3559
  filter_tags_shrink: str = None,
@@ -3548,6 +3562,8 @@ class RunEnterpriseVocAnalysisShrinkRequest(TeaModel):
3548
3562
  tags_shrink: str = None,
3549
3563
  task_description: str = None,
3550
3564
  ):
3565
+ self.ak_proxy = ak_proxy
3566
+ self.api_key = api_key
3551
3567
  # 需要进行VOC分析的文本内容(content、contents、url、fileKey 四选一。优先级从小到大)
3552
3568
  self.content = content
3553
3569
  self.extra_info = extra_info
@@ -3569,6 +3585,10 @@ class RunEnterpriseVocAnalysisShrinkRequest(TeaModel):
3569
3585
  return _map
3570
3586
 
3571
3587
  result = dict()
3588
+ if self.ak_proxy is not None:
3589
+ result['akProxy'] = self.ak_proxy
3590
+ if self.api_key is not None:
3591
+ result['apiKey'] = self.api_key
3572
3592
  if self.content is not None:
3573
3593
  result['content'] = self.content
3574
3594
  if self.extra_info is not None:
@@ -3587,6 +3607,10 @@ class RunEnterpriseVocAnalysisShrinkRequest(TeaModel):
3587
3607
 
3588
3608
  def from_map(self, m: dict = None):
3589
3609
  m = m or dict()
3610
+ if m.get('akProxy') is not None:
3611
+ self.ak_proxy = m.get('akProxy')
3612
+ if m.get('apiKey') is not None:
3613
+ self.api_key = m.get('apiKey')
3590
3614
  if m.get('content') is not None:
3591
3615
  self.content = m.get('content')
3592
3616
  if m.get('extraInfo') is not None:
@@ -5528,6 +5552,7 @@ class RunMarketingInformationExtractResponse(TeaModel):
5528
5552
  class RunMarketingInformationWritingRequest(TeaModel):
5529
5553
  def __init__(
5530
5554
  self,
5555
+ api_key: str = None,
5531
5556
  custom_limitation: str = None,
5532
5557
  custom_prompt: str = None,
5533
5558
  input_example: str = None,
@@ -5536,6 +5561,7 @@ class RunMarketingInformationWritingRequest(TeaModel):
5536
5561
  source_material: str = None,
5537
5562
  writing_type: str = None,
5538
5563
  ):
5564
+ self.api_key = api_key
5539
5565
  self.custom_limitation = custom_limitation
5540
5566
  self.custom_prompt = custom_prompt
5541
5567
  self.input_example = input_example
@@ -5553,6 +5579,8 @@ class RunMarketingInformationWritingRequest(TeaModel):
5553
5579
  return _map
5554
5580
 
5555
5581
  result = dict()
5582
+ if self.api_key is not None:
5583
+ result['apiKey'] = self.api_key
5556
5584
  if self.custom_limitation is not None:
5557
5585
  result['customLimitation'] = self.custom_limitation
5558
5586
  if self.custom_prompt is not None:
@@ -5571,6 +5599,8 @@ class RunMarketingInformationWritingRequest(TeaModel):
5571
5599
 
5572
5600
  def from_map(self, m: dict = None):
5573
5601
  m = m or dict()
5602
+ if m.get('apiKey') is not None:
5603
+ self.api_key = m.get('apiKey')
5574
5604
  if m.get('customLimitation') is not None:
5575
5605
  self.custom_limitation = m.get('customLimitation')
5576
5606
  if m.get('customPrompt') is not None:
@@ -5591,6 +5621,7 @@ class RunMarketingInformationWritingRequest(TeaModel):
5591
5621
  class RunMarketingInformationWritingResponseBodyHeader(TeaModel):
5592
5622
  def __init__(
5593
5623
  self,
5624
+ error_message: str = None,
5594
5625
  event: str = None,
5595
5626
  event_info: str = None,
5596
5627
  request_id: str = None,
@@ -5598,6 +5629,7 @@ class RunMarketingInformationWritingResponseBodyHeader(TeaModel):
5598
5629
  task_id: str = None,
5599
5630
  trace_id: str = None,
5600
5631
  ):
5632
+ self.error_message = error_message
5601
5633
  self.event = event
5602
5634
  self.event_info = event_info
5603
5635
  self.request_id = request_id
@@ -5614,6 +5646,8 @@ class RunMarketingInformationWritingResponseBodyHeader(TeaModel):
5614
5646
  return _map
5615
5647
 
5616
5648
  result = dict()
5649
+ if self.error_message is not None:
5650
+ result['errorMessage'] = self.error_message
5617
5651
  if self.event is not None:
5618
5652
  result['event'] = self.event
5619
5653
  if self.event_info is not None:
@@ -5630,6 +5664,8 @@ class RunMarketingInformationWritingResponseBodyHeader(TeaModel):
5630
5664
 
5631
5665
  def from_map(self, m: dict = None):
5632
5666
  m = m or dict()
5667
+ if m.get('errorMessage') is not None:
5668
+ self.error_message = m.get('errorMessage')
5633
5669
  if m.get('event') is not None:
5634
5670
  self.event = m.get('event')
5635
5671
  if m.get('eventInfo') is not None:
@@ -5870,6 +5906,7 @@ class RunNetworkContentAuditRequestTags(TeaModel):
5870
5906
  class RunNetworkContentAuditRequest(TeaModel):
5871
5907
  def __init__(
5872
5908
  self,
5909
+ api_key: str = None,
5873
5910
  business_type: str = None,
5874
5911
  content: str = None,
5875
5912
  extra_info: str = None,
@@ -5878,6 +5915,7 @@ class RunNetworkContentAuditRequest(TeaModel):
5878
5915
  tags: List[RunNetworkContentAuditRequestTags] = None,
5879
5916
  task_description: str = None,
5880
5917
  ):
5918
+ self.api_key = api_key
5881
5919
  self.business_type = business_type
5882
5920
  # This parameter is required.
5883
5921
  self.content = content
@@ -5899,6 +5937,8 @@ class RunNetworkContentAuditRequest(TeaModel):
5899
5937
  return _map
5900
5938
 
5901
5939
  result = dict()
5940
+ if self.api_key is not None:
5941
+ result['apiKey'] = self.api_key
5902
5942
  if self.business_type is not None:
5903
5943
  result['businessType'] = self.business_type
5904
5944
  if self.content is not None:
@@ -5919,6 +5959,8 @@ class RunNetworkContentAuditRequest(TeaModel):
5919
5959
 
5920
5960
  def from_map(self, m: dict = None):
5921
5961
  m = m or dict()
5962
+ if m.get('apiKey') is not None:
5963
+ self.api_key = m.get('apiKey')
5922
5964
  if m.get('businessType') is not None:
5923
5965
  self.business_type = m.get('businessType')
5924
5966
  if m.get('content') is not None:
@@ -5942,6 +5984,7 @@ class RunNetworkContentAuditRequest(TeaModel):
5942
5984
  class RunNetworkContentAuditShrinkRequest(TeaModel):
5943
5985
  def __init__(
5944
5986
  self,
5987
+ api_key: str = None,
5945
5988
  business_type: str = None,
5946
5989
  content: str = None,
5947
5990
  extra_info: str = None,
@@ -5950,6 +5993,7 @@ class RunNetworkContentAuditShrinkRequest(TeaModel):
5950
5993
  tags_shrink: str = None,
5951
5994
  task_description: str = None,
5952
5995
  ):
5996
+ self.api_key = api_key
5953
5997
  self.business_type = business_type
5954
5998
  # This parameter is required.
5955
5999
  self.content = content
@@ -5968,6 +6012,8 @@ class RunNetworkContentAuditShrinkRequest(TeaModel):
5968
6012
  return _map
5969
6013
 
5970
6014
  result = dict()
6015
+ if self.api_key is not None:
6016
+ result['apiKey'] = self.api_key
5971
6017
  if self.business_type is not None:
5972
6018
  result['businessType'] = self.business_type
5973
6019
  if self.content is not None:
@@ -5986,6 +6032,8 @@ class RunNetworkContentAuditShrinkRequest(TeaModel):
5986
6032
 
5987
6033
  def from_map(self, m: dict = None):
5988
6034
  m = m or dict()
6035
+ if m.get('apiKey') is not None:
6036
+ self.api_key = m.get('apiKey')
5989
6037
  if m.get('businessType') is not None:
5990
6038
  self.business_type = m.get('businessType')
5991
6039
  if m.get('content') is not None:
@@ -9969,6 +10017,7 @@ class SubmitEnterpriseVocAnalysisTaskRequestTags(TeaModel):
9969
10017
  class SubmitEnterpriseVocAnalysisTaskRequest(TeaModel):
9970
10018
  def __init__(
9971
10019
  self,
10020
+ api_key: str = None,
9972
10021
  contents: List[SubmitEnterpriseVocAnalysisTaskRequestContents] = None,
9973
10022
  extra_info: str = None,
9974
10023
  file_key: str = None,
@@ -9979,6 +10028,7 @@ class SubmitEnterpriseVocAnalysisTaskRequest(TeaModel):
9979
10028
  task_description: str = None,
9980
10029
  url: str = None,
9981
10030
  ):
10031
+ self.api_key = api_key
9982
10032
  self.contents = contents
9983
10033
  self.extra_info = extra_info
9984
10034
  self.file_key = file_key
@@ -10009,6 +10059,8 @@ class SubmitEnterpriseVocAnalysisTaskRequest(TeaModel):
10009
10059
  return _map
10010
10060
 
10011
10061
  result = dict()
10062
+ if self.api_key is not None:
10063
+ result['apiKey'] = self.api_key
10012
10064
  result['contents'] = []
10013
10065
  if self.contents is not None:
10014
10066
  for k in self.contents:
@@ -10037,6 +10089,8 @@ class SubmitEnterpriseVocAnalysisTaskRequest(TeaModel):
10037
10089
 
10038
10090
  def from_map(self, m: dict = None):
10039
10091
  m = m or dict()
10092
+ if m.get('apiKey') is not None:
10093
+ self.api_key = m.get('apiKey')
10040
10094
  self.contents = []
10041
10095
  if m.get('contents') is not None:
10042
10096
  for k in m.get('contents'):
@@ -10070,6 +10124,7 @@ class SubmitEnterpriseVocAnalysisTaskRequest(TeaModel):
10070
10124
  class SubmitEnterpriseVocAnalysisTaskShrinkRequest(TeaModel):
10071
10125
  def __init__(
10072
10126
  self,
10127
+ api_key: str = None,
10073
10128
  contents_shrink: str = None,
10074
10129
  extra_info: str = None,
10075
10130
  file_key: str = None,
@@ -10080,6 +10135,7 @@ class SubmitEnterpriseVocAnalysisTaskShrinkRequest(TeaModel):
10080
10135
  task_description: str = None,
10081
10136
  url: str = None,
10082
10137
  ):
10138
+ self.api_key = api_key
10083
10139
  self.contents_shrink = contents_shrink
10084
10140
  self.extra_info = extra_info
10085
10141
  self.file_key = file_key
@@ -10099,6 +10155,8 @@ class SubmitEnterpriseVocAnalysisTaskShrinkRequest(TeaModel):
10099
10155
  return _map
10100
10156
 
10101
10157
  result = dict()
10158
+ if self.api_key is not None:
10159
+ result['apiKey'] = self.api_key
10102
10160
  if self.contents_shrink is not None:
10103
10161
  result['contents'] = self.contents_shrink
10104
10162
  if self.extra_info is not None:
@@ -10121,6 +10179,8 @@ class SubmitEnterpriseVocAnalysisTaskShrinkRequest(TeaModel):
10121
10179
 
10122
10180
  def from_map(self, m: dict = None):
10123
10181
  m = m or dict()
10182
+ if m.get('apiKey') is not None:
10183
+ self.api_key = m.get('apiKey')
10124
10184
  if m.get('contents') is not None:
10125
10185
  self.contents_shrink = m.get('contents')
10126
10186
  if m.get('extraInfo') is not None:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: alibabacloud-quanmiaolightapp20240801
3
- Version: 2.7.0
3
+ Version: 2.7.2
4
4
  Summary: Alibaba Cloud QuanMiaoLightApp (20240801) SDK Library for Python
5
5
  Home-page: https://github.com/aliyun/alibabacloud-python-sdk
6
6
  Author: Alibaba Cloud SDK
@@ -24,7 +24,7 @@ from setuptools import setup, find_packages
24
24
  """
25
25
  setup module for alibabacloud_quanmiaolightapp20240801.
26
26
 
27
- Created on 16/04/2025
27
+ Created on 29/04/2025
28
28
 
29
29
  @author: Alibaba Cloud SDK
30
30
  """