Curl 命令 - 输出不同

Curl 命令 - 输出不同

当我在 UI 中运行此命令时,它返回 32 个 ID:

http://csc2cxn00001736.cloud.kp.org:6080/api/v1/application/exchange/pickup?offset=0&orderBy=name

而当我在服务器中运行这个 curl 命令时它只返回 10 个 id:

curl -k -sS -X GET -u "admin:Secret2cQA"
"http://csc2cxn00001736.cloud.kp.org:6080/api/v1/application/exchange/pickup?offset=0&orderBy=name" 
-H "accept: application/json" | jq '.results[]."@id"' 

相关内容