Browse Source

异常处理

彭俊 6 years ago
parent
commit
403afde5ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Application/Api/Controller/UserBuy.php

+ 1 - 1
Application/Api/Controller/UserBuy.php

@@ -36,7 +36,7 @@ class UserBuy extends BaseController {
         $msg = lang('Common','Api') -> get('error');
         try{
             $moneyBuyClass = new MoneyBuy();
-            // 获取下注信息
+            // 获取下注信息 1单式 2串式
             if ($_POST['type'] == 2) {
                 $result = $moneyBuyClass -> stringBetRecord();
             } else {