Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
geetest_v4_data使用dict #105 #94
Browse files Browse the repository at this point in the history
  • Loading branch information
Ljzd-PRO committed May 18, 2023
1 parent 7105a26 commit 31cfd2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mys_goods_tool/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ async def create_mobile_captcha(phone_number: int,
params = {
"action_type": "login",
"mmt_key": mmt_data.mmt_key,
"geetest_v4_data": geetest_result.json(skip_defaults=True),
"geetest_v4_data": geetest_result.dict(skip_defaults=True),
"mobile": phone_number,
"t": round(NtpTime.time() * 1000)
}
Expand Down

0 comments on commit 31cfd2e

Please sign in to comment.