修改异常处理上报逻辑,统计添加type20

This commit is contained in:
2025-02-05 13:50:52 +08:00
parent 42822f7eda
commit 1eb636d402
2 changed files with 9 additions and 10 deletions

View File

@ -14,6 +14,7 @@ public enum StatisticEnum {
DOWNLOAD(8,"下载"),
CLICK_ON_PAYMENT(9,"点击支付、购买"),
OTHER_ENTER(10,"其他渠道进入"),
SCAN_MARKED_CODE(20,"扫描特殊标记码"),
;