shawenguan 1 éve
szülő
commit
c1b2feefcf
1 módosított fájl, 4 hozzáadás és 0 törlés
  1. 4 0
      Scripts/unicom/unicomHelper.js

+ 4 - 0
Scripts/unicom/unicomHelper.js

@@ -70,9 +70,11 @@ function checkHandleRequest() {
     if ($request && $request.method != 'OPTIONS') {
         switch (path) {
             case '/AppMonthly/endOuter/configure':
+                // 充值五折起活动基础配置
                 handleConfigure();
                 break;
             case '/AppMonthly/appMonth/speedOfProgress':
+                // 充值五折起活动券库存情况
                 handleSpeedOfProgress();
                 break;
             case '/AppMonthly/appMonth/completeTask':
@@ -82,9 +84,11 @@ function checkHandleRequest() {
                 handleChatList();
                 break;
             case '/AppMonthly/appMonth/queryChance':
+                // 开宝箱次数
                 handleQueryChance();
                 break;
             case '/AppMonthly/endOuter/prizeImg':
+                // 开宝箱的奖品列表
                 handlePrizeImg();
                 break;
             default: