From 97f1df31715004785f3ad3fea409206a34aa0f83 Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期二, 29 十月 2019 09:36:37 +0800 Subject: [PATCH] fix personIds get --- 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