Skip to content

wuyongzhi/Battle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Battle API手册

介绍

访问入口:(https://127.0.0.1:12356/)

示例系统python3.6及其以上运行的,安装好python后,需要安装如下安装包

pip install bottle
pip install beaker

系统按照一种类似对战游戏的模式设计。

系统运行方法:

 python __init__.py

1.1 首页

接口描述:访问主页

调用方式:get

访问路由:/ 或者/index

响应内容:说明性文本

1.2 登录

接口描述:登录

调用方式: post

访问路由:/login

入参格式:param1=1&param2=2

入参内容:body

名称 类型 长度限制 可空 备注
username String 30 no 英文名称
password String 30 no 英文名称

响应格式:文本

响应内容:说明性文字

1.3 选择装备

接口描述:选择装备

调用方式: post

访问路由:/selectEq

入参格式:param1=1&param2=2

入参内容:body

名称 类型 长度限制 可空 备注
equipmentid int 4 no 装备编号

响应格式:json

响应内容:

名称 类型 长度 可空 备注
equipmentid int no 选择的装备id
message String yes 交互结果描述

1.4 杀敌

接口描述:选择装备

调用方式: post

访问路由:/kill

入参格式:param1=1&param2=2

入参内容:body

名称 类型 长度限制 可空 备注
equipmentid int 4 no 装备编号
enemyid int 4 no 打怪兽编号

响应格式:文本

响应内容:说明性文本,说明战斗结果

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%