refector: 短信发送备用渠道,未写
This commit is contained in:
parent
76ce412741
commit
6d1c9e03c9
|
@ -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():
|
||||
"""腾讯短信发送/备用
|
||||
"""
|
Loading…
Reference in New Issue