mashouyi 2 years ago
parent
commit
b27ca4334b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      application/api/controller/Order.php

+ 1 - 0
application/api/controller/Order.php

@@ -67,6 +67,7 @@ class Order extends Base
 
         //获取用户已经购买数量
         $userByCount = getByCount($this->uid,$id);
+        file_put_contents("validate_apple_pay_error.txt", '已购买数:'.$userByCount . "\n" . '购买数'.$num . "\n", FILE_APPEND);
         if ($coll_info['buy_count']<($userByCount+$num)) $this->error('每人限购'.$coll_info['buy_count'].'个');
         //获取是否已经铸造hash
         $hashCount = getLenCollection($id);