shawenguan 1 an în urmă
părinte
comite
54191af499
1 a modificat fișierele cu 4 adăugiri și 4 ștergeri
  1. 4 4
      addons/elife/OfpayHelper.py

+ 4 - 4
addons/elife/OfpayHelper.py

@@ -199,10 +199,10 @@ class OfpayHelper:
         print("###[OfpayHelper]path=%s"%path);
         if path.startswith('/h5/union/interactiveIGoChoose/index'):
             self.handle_login(flow);
-        # elif path.startswith('/h5/union/api/interactiveIGoChoose/indexConfigRebuild'):
-        #     self.handle_activitylist(flow);
-        # elif path.startswith('/h5/union/api/interactiveIGoChoose/orderList'):
-        #     self.handle_orderlist(flow);
+        elif path.startswith('/h5/union/api/interactiveIGoChoose/indexConfigRebuild'):
+            self.handle_activitylist(flow);
+        elif path.startswith('/h5/union/api/interactiveIGoChoose/orderList'):
+            self.handle_orderlist(flow);
 
     def get_jwt_token_data(self, flow: http.HTTPFlow):
         request = flow.request;