Skip to content

Commit

Permalink
Generated 2022-01-30 for avatar.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk-team committed Nov 9, 2023
1 parent cfa35ec commit 19b4fc9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions aliyun-python-sdk-avatar/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2023-11-09 Version: 2.0.4
- Generated 2022-01-30 for `avatar`.

2023-11-01 Version: 2.0.3
- Generated 2022-01-30 for `avatar`.

Expand Down
2 changes: 1 addition & 1 deletion aliyun-python-sdk-avatar/aliyunsdkavatar/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.0.3'
__version__ = '2.0.4'
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ def get_TenantId(self): # Long

def set_TenantId(self, TenantId): # Long
self.add_query_param('TenantId', TenantId)
def get_BizId(self): # String
return self.get_query_params().get('BizId')

def set_BizId(self, BizId): # String
self.add_query_param('BizId', BizId)
def get_Channel(self): # Struct
return self.get_query_params().get('Channel')

Expand Down

0 comments on commit 19b4fc9

Please sign in to comment.