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