This commit is contained in:
ping 2026-03-19 16:56:26 +08:00
parent a157bffbfe
commit a104286a65
2 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ async def send_vcode(phone: str, stype: str, vcode: dict) -> dict:
async def send_sms(phone: str, stype: str) -> dict: async def send_sms(phone: str, stype: str) -> dict:
engine = get_sms_engine() engine = get_sms_engine()
return await engine.send_sms(phone, stype, params) return await engine.send_sms(phone, stype)
async def smsbacktask(engine, app): async def smsbacktask(engine, app):