Skip to content

Commit 668c4f2

Browse files
committed
调整参数默认处理
1 parent 4d10fbd commit 668c4f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Wechat/Loader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ static public function config($config = array()) {
103103
self::$config['appsecret'] = self::$config['component_appsecret'];
104104
}
105105
if (empty(self::$config['encodingaeskey']) && !empty(self::$config['component_encodingaeskey'])) {
106-
self::$config['encodingaeskey'] = self::$config['encodingaeskey'];
106+
self::$config['encodingaeskey'] = self::$config['component_encodingaeskey'];
107107
}
108108
return self::$config;
109109
}

0 commit comments

Comments
 (0)