Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【企业微信】批量获取审批单号 get_approval_info 过滤参数少了s #743

Open
gbguanbo opened this issue Sep 8, 2022 · 0 comments
Labels

Comments

@gbguanbo
Copy link

gbguanbo commented Sep 8, 2022

问题描述 (Description)

【企业微信】批量获取审批单号 get_approval_info 过滤参数少了s,造成过滤失效
data = optionaldict(
{"starttime": str(start_time), "endtime": str(end_time), "cursor": cursor, "size": size, "filter": filters}
)
data = optionaldict(
{"starttime": str(start_time), "endtime": str(end_time), "cursor": cursor, "size": size, "filters": filters}
)

@gbguanbo gbguanbo added the bug label Sep 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant