forked from Cookies_Github_mirror/AquaDX
[cardmaker] Add experimental chusan gacha support
This commit is contained in:
@@ -305,4 +305,9 @@ public class ChuniServletController {
|
||||
return upsertUserChargelogHandler.handle(request);
|
||||
}
|
||||
|
||||
@PostMapping("Ping")
|
||||
String ping(@ModelAttribute Map<String, Object> request) {
|
||||
return "{\"returnCode\":\"1\"}";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user