This commit is contained in:
jxxghp 2023-06-20 16:38:45 +08:00
parent 4f4a788594
commit f91e1b927b
2 changed files with 2 additions and 2 deletions

View File

@ -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):
"""
启动链式任务
"""

View File

@ -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):
"""
启动链式任务
"""