feat: 支持CMPPv2.0协议短信网关 (#8591)

* feat: 支持CMPPv2.0协议短信网关

* 修改翻译

Co-authored-by: Jiangjie.Bai <32935519+BaiJiangJie@users.noreply.github.com>
This commit is contained in:
jiangweidong
2022-08-09 16:09:20 +08:00
committed by GitHub
parent 6a30e0739d
commit 708a87c903
14 changed files with 686 additions and 238 deletions

View File

@@ -17,4 +17,8 @@ class BaseSMSClient:
def send_sms(self, phone_numbers: list, sign_name: str, template_code: str, template_param: dict, **kwargs):
raise NotImplementedError
@staticmethod
def need_pre_check():
return True