You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
659 B
6 lines
659 B
@REM 生成swagger文档,注意修改---------------------------->输出文件名------------------>域名---------------------->api文件名
|
|
goctl api plugin -plugin goctl-swagger="swagger -filename minio-api.json -host https://minio-api-dev.gxxhygroup.com" -api minio.api -dir .
|
|
@REM ping 测试 文件服务器
|
|
curl 10.1.1.124:8882/ping
|
|
@REM 上传文件,注意---------------------------------------修改文件名----------------------->上传路径不用修改----------------------->上传文件名
|
|
curl 10.1.1.124:8882/file/uploadWithTimestamp -F "file=@./minio-api.json" -H "UploadPath: /knife4j/data/ROOT" -H "UploadFileName: minio-api.json" -v
|