Giter Site home page Giter Site logo

core-dota2-legue's Introduction

dota2-Legue API 接口文档

技术栈:

Springboot+Mongodb

参数说明:

KEY—比赛(matchId):

参数 类型 说明
match_id          比赛ID
barracks_status_dire         位掩码。表示兵营仍然存在的二进制数的整数。63意味着所有的兵营仍然站在比赛的最后。
dire_score         夜魇阵营得分
duration          游戏时间(秒)
first_blood_time         一血时间
tower_status_dire         夜魇塔数
tower_status_radiant         天辉塔数

KEY—选手(player):

参数 类型 说明
name          名字
name          积分
mathchIds          所有比赛的ID

目录:

1、比赛录入
2、查询所有选手
3、查询所有比赛数据
4、查询所有队伍数据
5、根据队伍查找选手
6、根据比赛查找选手数据
7、增加选手
9、添加队伍

接口列表:

1、比赛录入

请求URL:

https://ai.hopnetwork.com:8000/insertmatch

示例:

https://ai.hopnetwork.com:8000/insertmatch

请求方式:

post

参数类型:query

参数 是否必选 类型 说明
matchId    Y       int  比赛名

返回示例:

{
  status: true,//录入成功
}
{
  status: false,//录入失败,有选手不在队伍中
}

core-dota2-legue's People

Contributors

923372148 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.