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