--添加扫码支付

This commit is contained in:
xuwenbo
2021-05-05 12:15:06 +08:00
parent 421fa95b44
commit 4d71eb3e55
3 changed files with 15 additions and 2 deletions

View File

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