Compare commits

..

No commits in common. "9295299dcaaad40b81a2b364c5905cf86aef5d25" and "2033bc897f43c4dd37f225fb3a124df59afdf91e" have entirely different histories.

View File

@ -60,9 +60,6 @@ class ChuniNew(ChuniBase):
"isAou": "false",
}
def handle_remove_token_api_request(self, data: Dict) -> Dict:
return { "returnCode": "1" }
def handle_delete_token_api_request(self, data: Dict) -> Dict:
return {"returnCode": "1"}