dever 6 years ago
parent
commit
7f874001aa
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/Wechat.php

+ 1 - 0
lib/Wechat.php

@@ -55,6 +55,7 @@ class Wechat extends Core
 			# 下单信息
 			$order['time'] = time();
 			$order['order_id'] = $order_id;
+			unset($order['mch_id']);
 			$this->updateOrderParam($order_id, $order);
 			return $order;
 		} else {