dever 6 years ago
parent
commit
862b972a32
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;
+			$order['sign_type'] = $this->config->GetSignType();
 			unset($order['mch_id']);
 			$this->updateOrderParam($order_id, $order);
 			return $order;