dever 6 anni fa
parent
commit
ebe01fd49a
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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);