Skip to content

Commit

Permalink
修改联系人bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mikumifa committed Nov 25, 2023
1 parent 8b4feec commit 25d8ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menu/TicketGrabbing.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def grab_tickets(self, config_content, start_datetime, thread_count):
# tel buyer
if config_content["tel"] == "" and contact_info:
config_content["tel"] = contact_info["tel"]
config_content["buyer"] = config_content["username"]
config_content["buyer"] = contact_info["username"]

# pay_money
config_content["pay_money"] = order_info["data"]["pay_money"]
Expand Down

0 comments on commit 25d8ac3

Please sign in to comment.