后续会继续补全请求方式
docker 环境部署
docker 镜像地址:链接: https://pan.baidu.com/s/19TEMdH6LTi8lOQh7OwP17w 提取码: vabt
请求方式 | 路径 | 请求类型 | 备注 |
---|---|---|---|
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 参数信息 |
docker image load < target-aircraft.tar
docker run -p 23999:23999 --name target-aircraft target-aircraft:v1