Commit 7cf8dc8e authored by ZZH's avatar ZZH

fix multi lang 2024-05-30

parent d9c6073c
......@@ -26,6 +26,7 @@ from unify_api.modules.alarm_manager.components.list_alarm import (
# @examples(list_alarm_example)
async def post_list_alarm(req, body: PageRequest) -> ListAlarmResponse:
cid = req.json.get("cid")
user_id = None
page_size = body.page_size
page_num = body.page_num
start, end = '', ''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment