|
|
@@ -419,8 +419,8 @@ class WxOpenController extends PublicController
|
|
|
if (isset ($openData) == false || empty($openData)) {
|
|
|
util::stop('has no post data');
|
|
|
}
|
|
|
- $weixinSecret = Yii::getAlias("@vendor/weixinSecret");
|
|
|
- require_once($weixinSecret . '/wxBizMsgCrypt.php');
|
|
|
+ $wxSecret = Yii::getAlias("@vendor/weixinSecret");
|
|
|
+ require_once($wxSecret . '/wxBizMsgCrypt.php');
|
|
|
$get = Yii::$app->request->get();
|
|
|
$encryptMsg = $openData;
|
|
|
$openId = configDict::getConfig('openId');
|