shawenguan 1 년 전
부모
커밋
c1b2feefcf
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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: