Skip to content

Commit

Permalink
修复 自动兑换护符功能 显示对应活动名称
Browse files Browse the repository at this point in the history
  • Loading branch information
DNNDHH authored Aug 4, 2024
1 parent 850875d commit da18d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user.py
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ def lq003(self):
base_shop_s_id = item.get('baseShopId')
base_lim_it_s_Num = item.get('limitNum')
base_prices_s = item.get('prices')[0]
base_name_s = item.get('name')
base_name_s = item.get('detail')
match = re.search(r'【(.*?)】', base_name_s)
base_name_ss = match.group(1)

Expand Down

0 comments on commit da18d17

Please sign in to comment.