Skip to content

Commit

Permalink
Add new OpenAPI.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk-team committed Nov 20, 2019
1 parent 2921c2c commit 788756b
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions aliyun-python-sdk-dypnsapi/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2019-11-20 Version: 1.1.2
- Add new OpenAPI.

2019-11-20 Version: 1.0.2
- Add new pop api.

Expand Down
2 changes: 1 addition & 1 deletion aliyun-python-sdk-dypnsapi/aliyunsdkdypnsapi/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.2'
__version__ = '1.1.2'
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class CreateVerifySchemeRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Dypnsapi', '2017-05-25', 'CreateVerifyScheme','dypnsapi')
RpcRequest.__init__(self, 'Dypnsapi', '2017-05-25', 'CreateVerifyScheme','dypns')
self.set_method('POST')
if hasattr(self, "endpoint_map"):
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class DeleteVerifySchemeRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Dypnsapi', '2017-05-25', 'DeleteVerifyScheme','dypnsapi')
RpcRequest.__init__(self, 'Dypnsapi', '2017-05-25', 'DeleteVerifyScheme','dypns')
if hasattr(self, "endpoint_map"):
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
if hasattr(self, "endpoint_regional"):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class DescribeVerifySchemeRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Dypnsapi', '2017-05-25', 'DescribeVerifyScheme','dypnsapi')
RpcRequest.__init__(self, 'Dypnsapi', '2017-05-25', 'DescribeVerifyScheme','dypns')
if hasattr(self, "endpoint_map"):
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
if hasattr(self, "endpoint_regional"):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class GetMobileRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Dypnsapi', '2017-05-25', 'GetMobile','dypnsapi')
RpcRequest.__init__(self, 'Dypnsapi', '2017-05-25', 'GetMobile','dypns')
self.set_protocol_type('https')
self.set_method('POST')
if hasattr(self, "endpoint_map"):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class TwiceTelVerifyRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Dypnsapi', '2017-05-25', 'TwiceTelVerify','dypnsapi')
RpcRequest.__init__(self, 'Dypnsapi', '2017-05-25', 'TwiceTelVerify','dypns')
if hasattr(self, "endpoint_map"):
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())
if hasattr(self, "endpoint_regional"):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class VerifyMobileRequest(RpcRequest):

def __init__(self):
RpcRequest.__init__(self, 'Dypnsapi', '2017-05-25', 'VerifyMobile','dypnsapi')
RpcRequest.__init__(self, 'Dypnsapi', '2017-05-25', 'VerifyMobile','dypns')
self.set_protocol_type('https')
self.set_method('POST')
if hasattr(self, "endpoint_map"):
Expand Down

0 comments on commit 788756b

Please sign in to comment.