生成海报增加uniH5端的跟原来h5做一个区分

This commit is contained in:
xuwenbo
2020-09-13 21:18:06 +08:00
parent 0d5c1b1963
commit a3038e9e00
5 changed files with 41 additions and 41 deletions

View File

@ -20,7 +20,8 @@ public enum AppFromEnum {
H5("h5","H5"),
WECHAT("wechat","公众号"),
APP("app","APP"),
ROUNTINE("routine","小程序");
ROUNTINE("routine","小程序"),
UNIAPPH5("uniappH5","uniappH5");
private String value;