后续会继续补全请求方式

1、环境要求:docker

docker 环境部署
docker 镜像地址:链接: https://pan.baidu.com/s/19TEMdH6LTi8lOQh7OwP17w 提取码: vabt

2、API

请求方式 路径 请求类型 备注
get /get/empty / get 空接口
get /get/return / 返回 url 中的参数信息
post /post/empty / post 空接口
post /post/form form 返回 body 中 form-data 和 x-www-form-urlencoded 参数信息
post /post/json json 返回 body 中 json 参数信息

3、使用步骤:

3.1 导入网盘中的 target-aircraft.tar 文件到我们的镜像中

docker image load < target-aircraft.tar

3.2 docker 命令运行镜像

docker run -p 23999:23999 --name target-aircraft target-aircraft:v1


↙↙↙阅读原文可查看相关链接,并与作者交流