game2006api/webapp/services/EventService.php
aozhiwei f4a7878200 1
2023-08-23 14:33:33 +08:00

10 lines
116 B
PHP

<?php
class EventService {
public static function mallConsume($accountId, $currencyName, $val)
{
}
}