|
|
@@ -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:
|