@@ -9,7 +9,7 @@ package com.diagbot.exception;
*/
public enum CommonErrorCode implements ErrorCode {
- OK("00000000", "操作成功"),
+ OK("0", "操作成功"),
FAIL("00000001", "操作失败"),
RPC_ERROR("00000002", "远程调度失败"),
PARAM_ERROR("00029999", "%s"), //参数错误