|
@@ -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);
|