huaweicloudsdkmsgsms 3.1.142__py2.py3-none-any.whl → 3.1.144__py2.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.
Files changed (60) hide show
  1. huaweicloudsdkmsgsms/v2/model/api_template_variable.py +15 -15
  2. huaweicloudsdkmsgsms/v2/model/create_app_request.py +3 -3
  3. huaweicloudsdkmsgsms/v2/model/create_app_response.py +9 -9
  4. huaweicloudsdkmsgsms/v2/model/create_signature_request.py +3 -3
  5. huaweicloudsdkmsgsms/v2/model/create_signature_response.py +7 -7
  6. huaweicloudsdkmsgsms/v2/model/create_template_request.py +3 -3
  7. huaweicloudsdkmsgsms/v2/model/create_template_response.py +5 -5
  8. huaweicloudsdkmsgsms/v2/model/delete_signature_request.py +3 -3
  9. huaweicloudsdkmsgsms/v2/model/delete_signature_response.py +1 -1
  10. huaweicloudsdkmsgsms/v2/model/delete_template_request.py +3 -3
  11. huaweicloudsdkmsgsms/v2/model/delete_template_response.py +1 -1
  12. huaweicloudsdkmsgsms/v2/model/enable_signature_request.py +3 -3
  13. huaweicloudsdkmsgsms/v2/model/enable_signature_response.py +1 -1
  14. huaweicloudsdkmsgsms/v2/model/list_app_details_request.py +19 -19
  15. huaweicloudsdkmsgsms/v2/model/list_app_details_response.py +5 -5
  16. huaweicloudsdkmsgsms/v2/model/list_send_country_details_request.py +5 -5
  17. huaweicloudsdkmsgsms/v2/model/list_send_country_details_response.py +3 -3
  18. huaweicloudsdkmsgsms/v2/model/list_signature_details_request.py +25 -25
  19. huaweicloudsdkmsgsms/v2/model/list_signature_details_response.py +5 -5
  20. huaweicloudsdkmsgsms/v2/model/list_template_details_request.py +31 -31
  21. huaweicloudsdkmsgsms/v2/model/list_template_details_response.py +5 -5
  22. huaweicloudsdkmsgsms/v2/model/list_template_varilable_details_request.py +3 -3
  23. huaweicloudsdkmsgsms/v2/model/list_template_varilable_details_response.py +5 -5
  24. huaweicloudsdkmsgsms/v2/model/show_app_count_request.py +3 -3
  25. huaweicloudsdkmsgsms/v2/model/show_app_count_response.py +5 -5
  26. huaweicloudsdkmsgsms/v2/model/show_app_request.py +3 -3
  27. huaweicloudsdkmsgsms/v2/model/show_app_response.py +45 -45
  28. huaweicloudsdkmsgsms/v2/model/show_signature_file_request.py +3 -3
  29. huaweicloudsdkmsgsms/v2/model/show_signature_file_response.py +19 -19
  30. huaweicloudsdkmsgsms/v2/model/show_signature_request.py +3 -3
  31. huaweicloudsdkmsgsms/v2/model/show_signature_response.py +53 -53
  32. huaweicloudsdkmsgsms/v2/model/show_template_request.py +3 -3
  33. huaweicloudsdkmsgsms/v2/model/show_template_response.py +61 -61
  34. huaweicloudsdkmsgsms/v2/model/sms_app_add_req.py +15 -15
  35. huaweicloudsdkmsgsms/v2/model/sms_app_query_resp.py +45 -45
  36. huaweicloudsdkmsgsms/v2/model/sms_app_update_req.py +13 -13
  37. huaweicloudsdkmsgsms/v2/model/sms_country_resp.py +7 -7
  38. huaweicloudsdkmsgsms/v2/model/sms_signature_req.py +21 -21
  39. huaweicloudsdkmsgsms/v2/model/sms_signature_resp.py +53 -53
  40. huaweicloudsdkmsgsms/v2/model/sms_template_req.py +25 -25
  41. huaweicloudsdkmsgsms/v2/model/sms_template_resp.py +61 -61
  42. huaweicloudsdkmsgsms/v2/model/sms_template_variable_attr_req.py +7 -7
  43. huaweicloudsdkmsgsms/v2/model/tenant_basic.py +7 -7
  44. huaweicloudsdkmsgsms/v2/model/update_app_request.py +5 -5
  45. huaweicloudsdkmsgsms/v2/model/update_app_response.py +7 -7
  46. huaweicloudsdkmsgsms/v2/model/update_signature_request.py +5 -5
  47. huaweicloudsdkmsgsms/v2/model/update_signature_response.py +7 -7
  48. huaweicloudsdkmsgsms/v2/model/update_template_request.py +5 -5
  49. huaweicloudsdkmsgsms/v2/model/update_template_response.py +5 -5
  50. huaweicloudsdkmsgsms/v2/model/upload_signature_file_request.py +5 -5
  51. huaweicloudsdkmsgsms/v2/model/upload_signature_file_request_body.py +3 -3
  52. huaweicloudsdkmsgsms/v2/model/upload_signature_file_response.py +3 -3
  53. huaweicloudsdkmsgsms/v2/msgsms_async_client.py +20 -20
  54. huaweicloudsdkmsgsms/v2/msgsms_client.py +20 -20
  55. {huaweicloudsdkmsgsms-3.1.142.dist-info → huaweicloudsdkmsgsms-3.1.144.dist-info}/METADATA +2 -2
  56. huaweicloudsdkmsgsms-3.1.144.dist-info/RECORD +64 -0
  57. huaweicloudsdkmsgsms-3.1.142.dist-info/RECORD +0 -64
  58. {huaweicloudsdkmsgsms-3.1.142.dist-info → huaweicloudsdkmsgsms-3.1.144.dist-info}/LICENSE +0 -0
  59. {huaweicloudsdkmsgsms-3.1.142.dist-info → huaweicloudsdkmsgsms-3.1.144.dist-info}/WHEEL +0 -0
  60. {huaweicloudsdkmsgsms-3.1.142.dist-info → huaweicloudsdkmsgsms-3.1.144.dist-info}/top_level.txt +0 -0
@@ -30,7 +30,7 @@ class UpdateAppResponse(SdkResponse):
30
30
  }
31
31
 
32
32
  def __init__(self, app_key=None, app_name=None, id=None):
33
- """UpdateAppResponse
33
+ r"""UpdateAppResponse
34
34
 
35
35
  The model defined in huaweicloud sdk
36
36
 
@@ -58,7 +58,7 @@ class UpdateAppResponse(SdkResponse):
58
58
 
59
59
  @property
60
60
  def app_key(self):
61
- """Gets the app_key of this UpdateAppResponse.
61
+ r"""Gets the app_key of this UpdateAppResponse.
62
62
 
63
63
  应用KEY
64
64
 
@@ -69,7 +69,7 @@ class UpdateAppResponse(SdkResponse):
69
69
 
70
70
  @app_key.setter
71
71
  def app_key(self, app_key):
72
- """Sets the app_key of this UpdateAppResponse.
72
+ r"""Sets the app_key of this UpdateAppResponse.
73
73
 
74
74
  应用KEY
75
75
 
@@ -80,7 +80,7 @@ class UpdateAppResponse(SdkResponse):
80
80
 
81
81
  @property
82
82
  def app_name(self):
83
- """Gets the app_name of this UpdateAppResponse.
83
+ r"""Gets the app_name of this UpdateAppResponse.
84
84
 
85
85
  应用名称
86
86
 
@@ -91,7 +91,7 @@ class UpdateAppResponse(SdkResponse):
91
91
 
92
92
  @app_name.setter
93
93
  def app_name(self, app_name):
94
- """Sets the app_name of this UpdateAppResponse.
94
+ r"""Sets the app_name of this UpdateAppResponse.
95
95
 
96
96
  应用名称
97
97
 
@@ -102,7 +102,7 @@ class UpdateAppResponse(SdkResponse):
102
102
 
103
103
  @property
104
104
  def id(self):
105
- """Gets the id of this UpdateAppResponse.
105
+ r"""Gets the id of this UpdateAppResponse.
106
106
 
107
107
  应用主键ID
108
108
 
@@ -113,7 +113,7 @@ class UpdateAppResponse(SdkResponse):
113
113
 
114
114
  @id.setter
115
115
  def id(self, id):
116
- """Sets the id of this UpdateAppResponse.
116
+ r"""Sets the id of this UpdateAppResponse.
117
117
 
118
118
  应用主键ID
119
119
 
@@ -27,7 +27,7 @@ class UpdateSignatureRequest:
27
27
  }
28
28
 
29
29
  def __init__(self, id=None, body=None):
30
- """UpdateSignatureRequest
30
+ r"""UpdateSignatureRequest
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -49,7 +49,7 @@ class UpdateSignatureRequest:
49
49
 
50
50
  @property
51
51
  def id(self):
52
- """Gets the id of this UpdateSignatureRequest.
52
+ r"""Gets the id of this UpdateSignatureRequest.
53
53
 
54
54
  签名ID
55
55
 
@@ -60,7 +60,7 @@ class UpdateSignatureRequest:
60
60
 
61
61
  @id.setter
62
62
  def id(self, id):
63
- """Sets the id of this UpdateSignatureRequest.
63
+ r"""Sets the id of this UpdateSignatureRequest.
64
64
 
65
65
  签名ID
66
66
 
@@ -71,7 +71,7 @@ class UpdateSignatureRequest:
71
71
 
72
72
  @property
73
73
  def body(self):
74
- """Gets the body of this UpdateSignatureRequest.
74
+ r"""Gets the body of this UpdateSignatureRequest.
75
75
 
76
76
  :return: The body of this UpdateSignatureRequest.
77
77
  :rtype: :class:`huaweicloudsdkmsgsms.v2.SmsSignatureReq`
@@ -80,7 +80,7 @@ class UpdateSignatureRequest:
80
80
 
81
81
  @body.setter
82
82
  def body(self, body):
83
- """Sets the body of this UpdateSignatureRequest.
83
+ r"""Sets the body of this UpdateSignatureRequest.
84
84
 
85
85
  :param body: The body of this UpdateSignatureRequest.
86
86
  :type body: :class:`huaweicloudsdkmsgsms.v2.SmsSignatureReq`
@@ -30,7 +30,7 @@ class UpdateSignatureResponse(SdkResponse):
30
30
  }
31
31
 
32
32
  def __init__(self, id=None, signature_id=None, signature_name=None):
33
- """UpdateSignatureResponse
33
+ r"""UpdateSignatureResponse
34
34
 
35
35
  The model defined in huaweicloud sdk
36
36
 
@@ -58,7 +58,7 @@ class UpdateSignatureResponse(SdkResponse):
58
58
 
59
59
  @property
60
60
  def id(self):
61
- """Gets the id of this UpdateSignatureResponse.
61
+ r"""Gets the id of this UpdateSignatureResponse.
62
62
 
63
63
  签名主键ID
64
64
 
@@ -69,7 +69,7 @@ class UpdateSignatureResponse(SdkResponse):
69
69
 
70
70
  @id.setter
71
71
  def id(self, id):
72
- """Sets the id of this UpdateSignatureResponse.
72
+ r"""Sets the id of this UpdateSignatureResponse.
73
73
 
74
74
  签名主键ID
75
75
 
@@ -80,7 +80,7 @@ class UpdateSignatureResponse(SdkResponse):
80
80
 
81
81
  @property
82
82
  def signature_id(self):
83
- """Gets the signature_id of this UpdateSignatureResponse.
83
+ r"""Gets the signature_id of this UpdateSignatureResponse.
84
84
 
85
85
  签名ID
86
86
 
@@ -91,7 +91,7 @@ class UpdateSignatureResponse(SdkResponse):
91
91
 
92
92
  @signature_id.setter
93
93
  def signature_id(self, signature_id):
94
- """Sets the signature_id of this UpdateSignatureResponse.
94
+ r"""Sets the signature_id of this UpdateSignatureResponse.
95
95
 
96
96
  签名ID
97
97
 
@@ -102,7 +102,7 @@ class UpdateSignatureResponse(SdkResponse):
102
102
 
103
103
  @property
104
104
  def signature_name(self):
105
- """Gets the signature_name of this UpdateSignatureResponse.
105
+ r"""Gets the signature_name of this UpdateSignatureResponse.
106
106
 
107
107
  签名名称
108
108
 
@@ -113,7 +113,7 @@ class UpdateSignatureResponse(SdkResponse):
113
113
 
114
114
  @signature_name.setter
115
115
  def signature_name(self, signature_name):
116
- """Sets the signature_name of this UpdateSignatureResponse.
116
+ r"""Sets the signature_name of this UpdateSignatureResponse.
117
117
 
118
118
  签名名称
119
119
 
@@ -27,7 +27,7 @@ class UpdateTemplateRequest:
27
27
  }
28
28
 
29
29
  def __init__(self, id=None, body=None):
30
- """UpdateTemplateRequest
30
+ r"""UpdateTemplateRequest
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -49,7 +49,7 @@ class UpdateTemplateRequest:
49
49
 
50
50
  @property
51
51
  def id(self):
52
- """Gets the id of this UpdateTemplateRequest.
52
+ r"""Gets the id of this UpdateTemplateRequest.
53
53
 
54
54
  模板ID
55
55
 
@@ -60,7 +60,7 @@ class UpdateTemplateRequest:
60
60
 
61
61
  @id.setter
62
62
  def id(self, id):
63
- """Sets the id of this UpdateTemplateRequest.
63
+ r"""Sets the id of this UpdateTemplateRequest.
64
64
 
65
65
  模板ID
66
66
 
@@ -71,7 +71,7 @@ class UpdateTemplateRequest:
71
71
 
72
72
  @property
73
73
  def body(self):
74
- """Gets the body of this UpdateTemplateRequest.
74
+ r"""Gets the body of this UpdateTemplateRequest.
75
75
 
76
76
  :return: The body of this UpdateTemplateRequest.
77
77
  :rtype: :class:`huaweicloudsdkmsgsms.v2.SmsTemplateReq`
@@ -80,7 +80,7 @@ class UpdateTemplateRequest:
80
80
 
81
81
  @body.setter
82
82
  def body(self, body):
83
- """Sets the body of this UpdateTemplateRequest.
83
+ r"""Sets the body of this UpdateTemplateRequest.
84
84
 
85
85
  :param body: The body of this UpdateTemplateRequest.
86
86
  :type body: :class:`huaweicloudsdkmsgsms.v2.SmsTemplateReq`
@@ -28,7 +28,7 @@ class UpdateTemplateResponse(SdkResponse):
28
28
  }
29
29
 
30
30
  def __init__(self, id=None, template_name=None):
31
- """UpdateTemplateResponse
31
+ r"""UpdateTemplateResponse
32
32
 
33
33
  The model defined in huaweicloud sdk
34
34
 
@@ -51,7 +51,7 @@ class UpdateTemplateResponse(SdkResponse):
51
51
 
52
52
  @property
53
53
  def id(self):
54
- """Gets the id of this UpdateTemplateResponse.
54
+ r"""Gets the id of this UpdateTemplateResponse.
55
55
 
56
56
  模板主键ID
57
57
 
@@ -62,7 +62,7 @@ class UpdateTemplateResponse(SdkResponse):
62
62
 
63
63
  @id.setter
64
64
  def id(self, id):
65
- """Sets the id of this UpdateTemplateResponse.
65
+ r"""Sets the id of this UpdateTemplateResponse.
66
66
 
67
67
  模板主键ID
68
68
 
@@ -73,7 +73,7 @@ class UpdateTemplateResponse(SdkResponse):
73
73
 
74
74
  @property
75
75
  def template_name(self):
76
- """Gets the template_name of this UpdateTemplateResponse.
76
+ r"""Gets the template_name of this UpdateTemplateResponse.
77
77
 
78
78
  模板名称
79
79
 
@@ -84,7 +84,7 @@ class UpdateTemplateResponse(SdkResponse):
84
84
 
85
85
  @template_name.setter
86
86
  def template_name(self, template_name):
87
- """Sets the template_name of this UpdateTemplateResponse.
87
+ r"""Sets the template_name of this UpdateTemplateResponse.
88
88
 
89
89
  模板名称
90
90
 
@@ -27,7 +27,7 @@ class UploadSignatureFileRequest:
27
27
  }
28
28
 
29
29
  def __init__(self, file_desc=None, body=None):
30
- """UploadSignatureFileRequest
30
+ r"""UploadSignatureFileRequest
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
@@ -50,7 +50,7 @@ class UploadSignatureFileRequest:
50
50
 
51
51
  @property
52
52
  def file_desc(self):
53
- """Gets the file_desc of this UploadSignatureFileRequest.
53
+ r"""Gets the file_desc of this UploadSignatureFileRequest.
54
54
 
55
55
  描述
56
56
 
@@ -61,7 +61,7 @@ class UploadSignatureFileRequest:
61
61
 
62
62
  @file_desc.setter
63
63
  def file_desc(self, file_desc):
64
- """Sets the file_desc of this UploadSignatureFileRequest.
64
+ r"""Sets the file_desc of this UploadSignatureFileRequest.
65
65
 
66
66
  描述
67
67
 
@@ -72,7 +72,7 @@ class UploadSignatureFileRequest:
72
72
 
73
73
  @property
74
74
  def body(self):
75
- """Gets the body of this UploadSignatureFileRequest.
75
+ r"""Gets the body of this UploadSignatureFileRequest.
76
76
 
77
77
  :return: The body of this UploadSignatureFileRequest.
78
78
  :rtype: :class:`huaweicloudsdkmsgsms.v2.UploadSignatureFileRequestBody`
@@ -81,7 +81,7 @@ class UploadSignatureFileRequest:
81
81
 
82
82
  @body.setter
83
83
  def body(self, body):
84
- """Sets the body of this UploadSignatureFileRequest.
84
+ r"""Sets the body of this UploadSignatureFileRequest.
85
85
 
86
86
  :param body: The body of this UploadSignatureFileRequest.
87
87
  :type body: :class:`huaweicloudsdkmsgsms.v2.UploadSignatureFileRequestBody`
@@ -25,7 +25,7 @@ class UploadSignatureFileRequestBody:
25
25
  }
26
26
 
27
27
  def __init__(self, file=None):
28
- """UploadSignatureFileRequestBody
28
+ r"""UploadSignatureFileRequestBody
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
@@ -42,7 +42,7 @@ class UploadSignatureFileRequestBody:
42
42
 
43
43
  @property
44
44
  def file(self):
45
- """Gets the file of this UploadSignatureFileRequestBody.
45
+ r"""Gets the file of this UploadSignatureFileRequestBody.
46
46
 
47
47
  营业执照文件
48
48
 
@@ -53,7 +53,7 @@ class UploadSignatureFileRequestBody:
53
53
 
54
54
  @file.setter
55
55
  def file(self, file):
56
- """Sets the file of this UploadSignatureFileRequestBody.
56
+ r"""Sets the file of this UploadSignatureFileRequestBody.
57
57
 
58
58
  营业执照文件
59
59
 
@@ -26,7 +26,7 @@ class UploadSignatureFileResponse(SdkResponse):
26
26
  }
27
27
 
28
28
  def __init__(self, file_id=None):
29
- """UploadSignatureFileResponse
29
+ r"""UploadSignatureFileResponse
30
30
 
31
31
  The model defined in huaweicloud sdk
32
32
 
@@ -44,7 +44,7 @@ class UploadSignatureFileResponse(SdkResponse):
44
44
 
45
45
  @property
46
46
  def file_id(self):
47
- """Gets the file_id of this UploadSignatureFileResponse.
47
+ r"""Gets the file_id of this UploadSignatureFileResponse.
48
48
 
49
49
  文件ID
50
50
 
@@ -55,7 +55,7 @@ class UploadSignatureFileResponse(SdkResponse):
55
55
 
56
56
  @file_id.setter
57
57
  def file_id(self, file_id):
58
- """Sets the file_id of this UploadSignatureFileResponse.
58
+ r"""Sets the file_id of this UploadSignatureFileResponse.
59
59
 
60
60
  文件ID
61
61
 
@@ -34,7 +34,7 @@ class MsgsmsAsyncClient(Client):
34
34
  return client_builder
35
35
 
36
36
  def create_app_async(self, request):
37
- """创建短信应用
37
+ r"""创建短信应用
38
38
 
39
39
  该接口用于用户创建应用信息。
40
40
 
@@ -99,7 +99,7 @@ class MsgsmsAsyncClient(Client):
99
99
  return http_info
100
100
 
101
101
  def list_app_details_async(self, request):
102
- """查询短信应用
102
+ r"""查询短信应用
103
103
 
104
104
  该接口用于用户查询已创建的应用信息。
105
105
 
@@ -180,7 +180,7 @@ class MsgsmsAsyncClient(Client):
180
180
  return http_info
181
181
 
182
182
  def show_app_async(self, request):
183
- """获取应用详情
183
+ r"""获取应用详情
184
184
 
185
185
  该接口用于用户查询应用详情信息。
186
186
 
@@ -245,7 +245,7 @@ class MsgsmsAsyncClient(Client):
245
245
  return http_info
246
246
 
247
247
  def show_app_count_async(self, request):
248
- """查询应用数量
248
+ r"""查询应用数量
249
249
 
250
250
  该接口用于用户查询应用使用的数量信息。
251
251
 
@@ -310,7 +310,7 @@ class MsgsmsAsyncClient(Client):
310
310
  return http_info
311
311
 
312
312
  def update_app_async(self, request):
313
- """修改短信应用
313
+ r"""修改短信应用
314
314
 
315
315
  该接口用于用户修改应用信息。
316
316
 
@@ -377,7 +377,7 @@ class MsgsmsAsyncClient(Client):
377
377
  return http_info
378
378
 
379
379
  def create_signature_async(self, request):
380
- """创建短信签名
380
+ r"""创建短信签名
381
381
 
382
382
  该接口用于用户创建签名。
383
383
 
@@ -442,7 +442,7 @@ class MsgsmsAsyncClient(Client):
442
442
  return http_info
443
443
 
444
444
  def delete_signature_async(self, request):
445
- """删除短信签名
445
+ r"""删除短信签名
446
446
 
447
447
  该接口用于用户删除已创建的签名信息息。
448
448
 
@@ -507,7 +507,7 @@ class MsgsmsAsyncClient(Client):
507
507
  return http_info
508
508
 
509
509
  def enable_signature_async(self, request):
510
- """申请激活签名
510
+ r"""申请激活签名
511
511
 
512
512
  该接口用于用户申请激活签名信息。
513
513
 
@@ -572,7 +572,7 @@ class MsgsmsAsyncClient(Client):
572
572
  return http_info
573
573
 
574
574
  def list_signature_details_async(self, request):
575
- """查询签名信息
575
+ r"""查询签名信息
576
576
 
577
577
  该接口用于用户查询已创建的短信签名信息。
578
578
 
@@ -659,7 +659,7 @@ class MsgsmsAsyncClient(Client):
659
659
  return http_info
660
660
 
661
661
  def show_signature_async(self, request):
662
- """获取签名详情
662
+ r"""获取签名详情
663
663
 
664
664
  该接口用于用户查询签名详情信息。
665
665
 
@@ -724,7 +724,7 @@ class MsgsmsAsyncClient(Client):
724
724
  return http_info
725
725
 
726
726
  def show_signature_file_async(self, request):
727
- """查询申请文件
727
+ r"""查询申请文件
728
728
 
729
729
  该接口用于用户查询上传的文件信息。
730
730
 
@@ -789,7 +789,7 @@ class MsgsmsAsyncClient(Client):
789
789
  return http_info
790
790
 
791
791
  def update_signature_async(self, request):
792
- """修改短信签名
792
+ r"""修改短信签名
793
793
 
794
794
  该接口用于用户更新签名信息,目前仅支持审核不通过的短信签名重新修改。
795
795
 
@@ -856,7 +856,7 @@ class MsgsmsAsyncClient(Client):
856
856
  return http_info
857
857
 
858
858
  def upload_signature_file_async(self, request):
859
- """上传申请文件
859
+ r"""上传申请文件
860
860
 
861
861
  该接口用于用户上传文件信息。
862
862
 
@@ -925,7 +925,7 @@ class MsgsmsAsyncClient(Client):
925
925
  return http_info
926
926
 
927
927
  def create_template_async(self, request):
928
- """创建短信模板
928
+ r"""创建短信模板
929
929
 
930
930
  该接口用于用户创建模板。
931
931
 
@@ -990,7 +990,7 @@ class MsgsmsAsyncClient(Client):
990
990
  return http_info
991
991
 
992
992
  def delete_template_async(self, request):
993
- """删除短信模板
993
+ r"""删除短信模板
994
994
 
995
995
  该接口用于用户删除已创建的模板信息。
996
996
 
@@ -1055,7 +1055,7 @@ class MsgsmsAsyncClient(Client):
1055
1055
  return http_info
1056
1056
 
1057
1057
  def list_send_country_details_async(self, request):
1058
- """查询发送国家
1058
+ r"""查询发送国家
1059
1059
 
1060
1060
  该接口用于用户查询短信发送的国家信息
1061
1061
 
@@ -1122,7 +1122,7 @@ class MsgsmsAsyncClient(Client):
1122
1122
  return http_info
1123
1123
 
1124
1124
  def list_template_details_async(self, request):
1125
- """查询短信模板
1125
+ r"""查询短信模板
1126
1126
 
1127
1127
  该接口用于用户查询已创建的模板信息。
1128
1128
 
@@ -1215,7 +1215,7 @@ class MsgsmsAsyncClient(Client):
1215
1215
  return http_info
1216
1216
 
1217
1217
  def list_template_varilable_details_async(self, request):
1218
- """查询模板变量
1218
+ r"""查询模板变量
1219
1219
 
1220
1220
  该接口用于用户查询模板参数。
1221
1221
 
@@ -1280,7 +1280,7 @@ class MsgsmsAsyncClient(Client):
1280
1280
  return http_info
1281
1281
 
1282
1282
  def show_template_async(self, request):
1283
- """获取模板详情
1283
+ r"""获取模板详情
1284
1284
 
1285
1285
  该接口用于用户查询已创建的模板详情。
1286
1286
 
@@ -1345,7 +1345,7 @@ class MsgsmsAsyncClient(Client):
1345
1345
  return http_info
1346
1346
 
1347
1347
  def update_template_async(self, request):
1348
- """修改短信模板
1348
+ r"""修改短信模板
1349
1349
 
1350
1350
  该接口用于用户修改模板信息,目前仅支持审核不通过的短信模板重新修改
1351
1351