Explorar o código

feat:购买超级订阅赠送会员活动修改的库存告警配置

fuwencai hai 1 ano
pai
achega
2b77462c02
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      src/jfw/modules/subscribepay/src/config.json

+ 3 - 2
src/jfw/modules/subscribepay/src/config.json

@@ -173,17 +173,18 @@
     },
     "mailAlarm": {
       "to": [
+        "liumingliang@topnet.net.cn","zhaozhenzhen-jyyyb@topnet.net.cn","wangshan@topnet.net.cn","yanpeizhu@topnet.net.cn","yangliang@topnet.net.cn"
       ],
       "title": "赠送兑换码活动库存告警",
       "reTry": 3,
       "threshold": {
         "0": {
           "name": "月度",
-          "value": 30
+          "value": 50
         },
         "1": {
           "name": "年度",
-          "value": 30
+          "value": 5
         }
       }
     },