dever 6 년 전
부모
커밋
4e27724083
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      lib/Wechat.php

+ 1 - 0
lib/Wechat.php

@@ -122,6 +122,7 @@ class Wechat extends Core
 			$string['timestamp'] = $order['time'];
 			ksort($string);
 			$string = str_replace('%3D', '=', http_build_query($string));
+			$string .= '&key=' . $this->config->GetKey();
 			$this->log('支付签名-app', $string);
 			if($order['sign_type'] == "MD5"){
 				$string = md5($string);