Skip to content

Commit

Permalink
调整警报文案
Browse files Browse the repository at this point in the history
  • Loading branch information
a826604005 committed Sep 16, 2020
1 parent 5157b92 commit 9c7a813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_bin_init.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ var interceptorConArray = [
case 500:
case 502:
const {url, config} = dingRobot
config.text.content = "您的前端项目(" + webMonitorId + ")发生了一个接口错误:\\r\\n状态:" + status + "\\r\\n页面:" + simpleUrl + "\\r\\n查看详情:http://" + domain.localAssetsDomain + "/webfunny/httpError.html"
config.text.content = "您的前端项目(" + webMonitorId + ")发生了一个接口错误:\\r\\n状态:" + status + "\\r\\n接口:" + simpleHttpUrl + "\\r\\n页面:" + simpleUrl + "\\r\\n查看详情:http://" + domain.localAssetsDomain + "/webfunny/httpError.html"
Utils.postJson(url,config)
break;
default:
Expand Down

0 comments on commit 9c7a813

Please sign in to comment.