|
|
@@ -116,6 +116,8 @@ class WxController extends PublicController
|
|
|
$MediaId = $postObj->MediaId;//图片媒体id
|
|
|
$Content = trim($postObj->Content); // 消息内容
|
|
|
|
|
|
+ Yii::info('asdfaaaaaaaaaaaaaaaaaaaaaaaaaa'.$appId.' '.$wxBaseAppId);
|
|
|
+
|
|
|
if ($wxBaseAppId == $appId) {
|
|
|
if ($this->msgType == 'event') {
|
|
|
|