# PushBox **Repository Path**: HatcherZhang/PushBox ## Basic Information - **Project Name**: PushBox - **Description**: 推箱子游戏后台 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2016-09-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #PushBox 接口文档: 1.用户登陆接口 URL:http://localhost/PushBox_V3/isLogin 方式:POST 参数:1.account(用户名:varchar);2.password(密码:varchar) 2.注册接口 URL:http://localhost/PushBox_V3/register 方式:POST 参数:1.account(用户名:varchar);2.password(密码:varchar) 3.上传分数接口 URL:http://localhost/PushBox_V3/gameScore/setScore 方式:POST 参数:1.gameId(游戏ID:int) ;2.score(分数:int); 3.time(时间格式:2016/09/10 14:41:30) 4.获取本人分数接口 URL:http://localhost/PushBox_V3/gameScore/getScores 方式:POST 参数:1.gameId(游戏ID:int) 5.获取游戏排名接口 URL:http://localhost/PushBox_V3/gameScore/getRankScores 方式:POST 参数:1.gameId(游戏ID:int) 模板.接口 URL: 方式: 参数: