mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-12 05:53:31 +08:00
调整编排http请求结果中响应数据的位置
This commit is contained in:
parent
01f5becfb6
commit
8ea4bad14d
@ -28,6 +28,7 @@ export const networkCommands = {
|
|||||||
label: "HTTP请求结果",
|
label: "HTTP请求结果",
|
||||||
suggestName: "responseResult",
|
suggestName: "responseResult",
|
||||||
structure: {
|
structure: {
|
||||||
|
data: { label: "响应数据", suggestName: "responseData" },
|
||||||
status: { label: "HTTP状态码", suggestName: "responseStatus" },
|
status: { label: "HTTP状态码", suggestName: "responseStatus" },
|
||||||
statusText: {
|
statusText: {
|
||||||
label: "HTTP状态信息",
|
label: "HTTP状态信息",
|
||||||
@ -36,7 +37,6 @@ export const networkCommands = {
|
|||||||
headers: { label: "服务器响应头", suggestName: "responseHeaders" },
|
headers: { label: "服务器响应头", suggestName: "responseHeaders" },
|
||||||
config: { label: "请求配置信息", suggestName: "requestConfig" },
|
config: { label: "请求配置信息", suggestName: "requestConfig" },
|
||||||
request: { label: "发送的请求", suggestName: "request" },
|
request: { label: "发送的请求", suggestName: "request" },
|
||||||
data: { label: "响应数据", suggestName: "responseData" },
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user