Fix micro service status code
[holmes/common.git] / holmes-actions / src / main / java / org / openo / holmes / common / constant / AlarmConst.java
index 2ddf78f..3894bf3 100644 (file)
@@ -33,5 +33,5 @@ public interface AlarmConst {
 \r
     String ADMIN = "admin";\r
 \r
-    int RESPONSE_STATUS_OK = 200;\r
+    int MICRO_SERVICE_STATUS_SUCCESS = 201;\r
 }\r