|
|
@@ -821,7 +821,7 @@ class WechatService extends BaseService
|
|
|
* @throws \SodiumException
|
|
|
*/
|
|
|
public static function decryptNotifyData($notifyData){
|
|
|
-// $md5Key = 'ThgVdjd0YFzX5QYMYkLbNV4bkHPEEJTN';
|
|
|
+
|
|
|
$md5Key = WechatService::getConfigs('wx_pay_key');
|
|
|
$ciphertext = isset($notifyData['ciphertext'])? $notifyData['ciphertext'] : '';
|
|
|
$associatedData = isset($notifyData['associated_data'])? $notifyData['associated_data'] : '';
|