diff --git a/apps/utils/sms.py b/apps/utils/sms.py index 6809f475..5ec9643c 100644 --- a/apps/utils/sms.py +++ b/apps/utils/sms.py @@ -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(): + """腾讯短信发送/备用 + """ \ No newline at end of file