update
This commit is contained in:
parent
a157bffbfe
commit
a104286a65
Binary file not shown.
@ -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):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user