From 6d1c9e03c991c6fb402a6ccd14f386fbb6d313da Mon Sep 17 00:00:00 2001 From: caoqianming Date: Tue, 28 Mar 2023 09:51:30 +0800 Subject: [PATCH] =?UTF-8?q?refector:=20=E7=9F=AD=E4=BF=A1=E5=8F=91?= =?UTF-8?q?=E9=80=81=E5=A4=87=E7=94=A8=E6=B8=A0=E9=81=93,=E6=9C=AA?= =?UTF-8?q?=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/utils/sms.py | 10 ++++++++++ 1 file changed, 10 insertions(+) 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