dever hace 6 años
padre
commit
7f874001aa
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 {