feat(baishi): accept date kwarg (ignored) for unified dispatch signature
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -137,8 +137,10 @@ def _close_tab(page, tab_name):
|
|||||||
print(f" ⚠️ 关闭标签页【{tab_name}】时出错: {e}")
|
print(f" ⚠️ 关闭标签页【{tab_name}】时出错: {e}")
|
||||||
|
|
||||||
|
|
||||||
def baishi_download_undelivered_data(page, force=False):
|
def baishi_download_undelivered_data(page, force=False, date=None):
|
||||||
"""百世:一键提取应到未到(当日未扫)数据(内部含异常兜底重试,路由层无感)。"""
|
"""百世:一键提取应到未到(当日未扫)数据(内部含异常兜底重试,路由层无感)。
|
||||||
|
|
||||||
|
date 形参仅为对齐统一透传签名(百世固定下载当天),忽略。"""
|
||||||
|
|
||||||
return with_retry(
|
return with_retry(
|
||||||
"百世",
|
"百世",
|
||||||
|
|||||||
Reference in New Issue
Block a user