Browse Source

异常处理

彭俊 6 năm trước cách đây
mục cha
commit
403afde5ae
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {