dever пре 6 година
родитељ
комит
ebe01fd49a
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      lib/Apple.php

+ 1 - 0
lib/Apple.php

@@ -13,6 +13,7 @@ class Apple extends Core
             $this->updateOrder($order_id, $cash, '参数非法');
 			Dever::alert('参数非法');
 		}
+		$type = 'wechat';
 		$order_id = $this->createOrder($uid, $username, $account_id, $project_id, $product_id, $name, $cash, $type, $order_id);
 		$result = $this->curl($receipt_data);