shawenguan 1 anno fa
parent
commit
f89243152a
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      addons/elife/OfpayGrab.py

+ 1 - 2
addons/elife/OfpayGrab.py

@@ -59,7 +59,7 @@ def read_json(filename='results.json'):
 
 class OfpayGrabber:
     CheckBuyRepeatEnable = True;
-    FastModeEnable = False;
+    FastModeEnable = True;
     CheckStockEnable = True;
     def __init__(self, accout_data, activities_data):
         self.award_want_discount_dict = None;
@@ -422,7 +422,6 @@ class OfpayGrabber:
     def get_des_decode_info(self, activity_id, event_visitor_id):
         url = f"https://{self.host}/h5/union/api/interactiveIGoChoose/getDesDecodeInfo?activityNo={activity_id}&eventVisitorId={event_visitor_id}";
         print("请求活动描述数据");
-        print(url);
         response = self.get_request(url);
         if response.status_code == 200:
             try: