|
@@ -180,6 +180,7 @@ public class AppGameBettingController extends BaseController{
|
|
|
* 游戏输赢统计
|
|
|
*/
|
|
|
@GetMapping(value = "/count")
|
|
|
+ @ApiOperation(value = "游戏输赢统计(首页)", notes = "游戏输赢统计(首页)")
|
|
|
public AjaxResult getCount(@RequestParam(name = "strDate") String strDate)
|
|
|
{
|
|
|
AppGameBettingCountDTO appGameBettingCountDTO = new AppGameBettingCountDTO();
|
|
@@ -232,6 +233,7 @@ public class AppGameBettingController extends BaseController{
|
|
|
* 游戏输赢详情列表
|
|
|
*/
|
|
|
@GetMapping(value = "/listByGameId")
|
|
|
+ @ApiOperation(value = "游戏输赢统计(详情)", notes = "游戏输赢统计(详情)")
|
|
|
public TableDataInfo getListByGameId(@RequestParam(name = "gameId") Long gameId)
|
|
|
{
|
|
|
startPage();
|