From eb2c3a8890a0e9695c0cd2bc3b3dc310c6fbcfa9 Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期六, 26 十月 2019 11:28:23 +0800 Subject: [PATCH] fix user timeout --- extend/code/code.go | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/extend/code/code.go b/extend/code/code.go index 9ca61bb..7027f13 100644 --- a/extend/code/code.go +++ b/extend/code/code.go @@ -60,4 +60,5 @@ ComError = &Code{http.StatusInternalServerError, false, ""} ClusterNodesEmpty = &Code{http.StatusOK, true, "闆嗙兢鑺傜偣涓虹┖"} + AddTaskErr = &Code{http.StatusInternalServerError, false, "姝ゅ浗鏍囨憚鍍忔満宸插湪鍏跺畠鏈嶅姟鍣ㄩ厤缃换鍔★紒"} ) -- Gitblit v1.8.0