小调整
parent
df3b93d223
commit
8038bb4f58
|
@ -30,7 +30,7 @@ module.exports = {
|
||||||
const body = response.html || response.json || response.script || response.css || response.text || response.body
|
const body = response.html || response.json || response.script || response.css || response.text || response.body
|
||||||
|| `DevSidecar ${status}: Request success.\n\n`
|
|| `DevSidecar ${status}: Request success.\n\n`
|
||||||
+ ' This request is matched by success intercept.\n\n'
|
+ ' This request is matched by success intercept.\n\n'
|
||||||
+ ' 因配置success拦截器,本请求直接返回200成功。'
|
+ ` 因配置success拦截器,本请求直接返回${status}成功。`
|
||||||
|
|
||||||
// headers
|
// headers
|
||||||
const headers = response.headers || {}
|
const headers = response.headers || {}
|
||||||
|
|
Loading…
Reference in New Issue