|
@@ -22,6 +22,9 @@ public class MsgCode {
|
|
/** 作品已被删除,无法编辑 */
|
|
/** 作品已被删除,无法编辑 */
|
|
public final static Integer e3006 = 3006;
|
|
public final static Integer e3006 = 3006;
|
|
|
|
|
|
|
|
+ /** 素材已使用 */
|
|
|
|
+ public final static Integer e3007 = 3007;
|
|
|
|
+
|
|
public final static Integer e5003 = 5003;
|
|
public final static Integer e5003 = 5003;
|
|
public final static String m5003 = "不支持此图片";
|
|
public final static String m5003 = "不支持此图片";
|
|
|
|
|