fix
This commit is contained in:
parent
4f4a788594
commit
f91e1b927b
@ -13,7 +13,7 @@ from app.modules.wechat.WXBizMsgCrypt3 import WXBizMsgCrypt
|
||||
router = APIRouter()
|
||||
|
||||
|
||||
def start_message_chain(body: Any, form: Any, args: Any):
|
||||
async def start_message_chain(body: Any, form: Any, args: Any):
|
||||
"""
|
||||
启动链式任务
|
||||
"""
|
||||
|
@ -9,7 +9,7 @@ from app.core.config import settings
|
||||
router = APIRouter()
|
||||
|
||||
|
||||
def start_webhook_chain(body: Any, form: Any, args: Any):
|
||||
async def start_webhook_chain(body: Any, form: Any, args: Any):
|
||||
"""
|
||||
启动链式任务
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user