game2006api/webapp/controller/RankingController.class.php
aozhiwei 620a968436 1
2021-12-06 14:06:23 +08:00

14 lines
183 B
PHP

<?php
require 'classes/AddReward.php';
require_once('mt/SeasonPoint.php');
class RankingController extends BaseAuthedController {
public function rankingList()
{
}
}