cxb: fix data handlers for s1 & add coupons for s2

This commit is contained in:
2023-11-25 15:41:38 -05:00
parent 7fb98118b2
commit cdd67ffbc3
3 changed files with 17 additions and 3 deletions

View File

@ -122,7 +122,7 @@ class CxbRevSunriseS1(CxbBase):
def handle_data_extra_stage_list_request(self, data: Dict) -> Dict:
return {"data": ""}
def handle_data_ex0001_request(self, data: Dict) -> Dict:
def handle_data_exxxxx_request(self, data: Dict) -> Dict:
return {"data": ""}
def handle_data_one_more_extra_list_request(self, data: Dict) -> Dict:
@ -131,7 +131,7 @@ class CxbRevSunriseS1(CxbBase):
def handle_data_bonus_list10100_request(self, data: Dict) -> Dict:
return {"data": ""}
def handle_data_oe0001_request(self, data: Dict) -> Dict:
def handle_data_oexxxx_request(self, data: Dict) -> Dict:
return {"data": ""}
def handle_data_free_coupon_request(self, data: Dict) -> Dict: