Commit a87f7687 authored by ligaishun's avatar ligaishun

添加UNDONE 状态码 5014

parent 4dd483e2
...@@ -6,7 +6,7 @@ const ( ...@@ -6,7 +6,7 @@ const (
SUCCESS = 200 SUCCESS = 200
ERROR = 500 ERROR = 500
INVALID_PARAMS = 400 INVALID_PARAMS = 400
UNDONE = 5014
ERROR_EXIST_TAG = 10001 ERROR_EXIST_TAG = 10001
ERROR_EXIST_TAG_FAIL = 10002 ERROR_EXIST_TAG_FAIL = 10002
ERROR_NOT_EXIST_TAG = 10003 ERROR_NOT_EXIST_TAG = 10003
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment