WIN-2308041133\Administrator 1 年之前
父節點
當前提交
df026336fd
共有 1 個文件被更改,包括 1 次插入4 次删除
  1. 1 4
      application/api/controller/Pay.php

+ 1 - 4
application/api/controller/Pay.php

@@ -633,10 +633,7 @@ class Pay extends Api
             $this->error(__('短剧不存在'));
         }
         $user_shares = bcsub($user_share , $num, 0);
-        var_dump($vid);
-        var_dump($user_num);
-        var_dump($user_share);
-        var_dump($user_shares);die();
+
         if ($user_shares < 0) {
             $this->error(__('该局总版权只剩下' . $user_share . '份'));
         }