|
|
@@ -138,9 +138,12 @@ class WxController extends PublicController
|
|
|
default:
|
|
|
}
|
|
|
} elseif ($this->msgType == 'miniprogrampage') {
|
|
|
+ Yii::info(1243);
|
|
|
if ($postObj->PagePath == 'pagesClient/official/warn') {
|
|
|
$content = '好的好的';
|
|
|
- wxUtil::sendMsg($content, $merchant, $this->fromUsername, 1);
|
|
|
+ $r = wxUtil::sendMsg($content, $merchant, $this->fromUsername, 1);
|
|
|
+ Yii::info(123);
|
|
|
+ Yii::info(json_encode($r));
|
|
|
}
|
|
|
}
|
|
|
} elseif ($style == dict::getDict('ptStyle', 'ghs')) {
|