小调整

pull/445/head
王良 2025-01-24 10:42:55 +08:00
parent df3b93d223
commit 8038bb4f58
1 changed files with 1 additions and 1 deletions

View File

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