Skip to content

Commit

Permalink
fix: 修复新增参数后心悦战场查询报错的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
fzls committed Sep 15, 2024
1 parent b2d1304 commit b8c4563
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions djc_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -2303,6 +2303,8 @@ def _check_fn(response: requests.Response) -> Exception | None:
return self.post(
ctx,
self.urls.dnf_xinyue_wpe_api,
flowId=flow_id,
actId=act_id,
json=json_data,
print_res=print_res,
extra_headers=self.dnf_xinyue_wpe_extra_headers,
Expand Down

0 comments on commit b8c4563

Please sign in to comment.