Skip to content

Commit

Permalink
Merge branch 'dev-1.3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
hellosean1025 committed Apr 11, 2018
2 parents 125cee1 + 66a9d04 commit 1d3b4b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/postmanLib.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async function httpRequestByNode(options) {
return {
res: {
status: 500,
body: '请求出错' + isNode ? ', 内网服务器自动化测试无法访问到,请检查是否为内网服务器!': ''
body: isNode ? '请求出错, 内网服务器自动化测试无法访问到,请检查是否为内网服务器!': '请求出错'
}
}
}
Expand Down

0 comments on commit 1d3b4b2

Please sign in to comment.