refector: 短信发送备用渠道,未写

This commit is contained in:
caoqianming 2023-03-28 09:51:30 +08:00
parent 76ce412741
commit 6d1c9e03c9
1 changed files with 10 additions and 0 deletions

View File

@ -41,3 +41,13 @@ def send_sms(phone: str, template_code: int, template_param: dict):
else:
myLogger.error("短信发送失败:{}-{}-{}-{}".format(phone, template_code, str(template_param), str(res_dict)))
return False, res_dict
def send_sms_huawei():
"""华为短信发送/备用
"""
def send_sms_tencent():
"""腾讯短信发送/备用
"""