dever 3 years ago
parent
commit
90611aefa4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Wechat.php

+ 1 - 1
lib/Wechat.php

@@ -133,7 +133,7 @@ class Wechat extends Core
 			# 下单信息
 			$order['time'] = '' . time() . '';
 			$order['order_id'] = $order_id;
-			$order['sign_type'] = $this->config->GetSignType();
+			$order['sign_type'] = 'MD5';
 			unset($order['mch_id']);
 			$this->updateOrderParam($order_id, $order);
 			return $order;