7 lines
255 B
Plaintext
7 lines
255 B
Plaintext
# -*- coding: utf-8 -*-
|
||
"""同步日志分页查询(W-05):GET/POST /api/list_sync_logs.dspy —— 返回 {list,total}"""
|
||
# 参数:page, rows, sync_status, batch_id, sync_code, keyword
|
||
|
||
result = await list_sync_logs(dict(params_kw))
|
||
return result
|