api-增加小程序扫码后初始化界面逻辑接口

This commit is contained in:
limqhz
2020-07-15 17:34:44 +08:00
parent 71512a5881
commit 759a0764be
12 changed files with 128 additions and 308 deletions

View File

@@ -51,5 +51,9 @@ public class ExceptionCodeTemplate {
public static final ExceptionCode VENUE_ERROR = ExceptionCode.init(30023, "场馆暂未开放");
public static final ExceptionCode DEVICE_ERROR = ExceptionCode.init(30024, "未找到该设备");
}