|
@@ -6,6 +6,14 @@ package com.github.microservice.staticVariable;
|
|
|
*/
|
|
*/
|
|
|
public class OpenApiMark {
|
|
public class OpenApiMark {
|
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 物联网 openAPI的标记
|
|
|
|
|
+ */
|
|
|
public static final String iotOpenAPI = "iotOpenAPI";
|
|
public static final String iotOpenAPI = "iotOpenAPI";
|
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 全卡业务平台 openAPI标记
|
|
|
|
|
+ */
|
|
|
|
|
+ public static final String fullCardOpenAPI = "openAPI";
|
|
|
|
|
+
|
|
|
}
|
|
}
|