|
|
@@ -140,7 +140,8 @@ class WxController extends PublicController
|
|
|
Yii::info('1243 '.$this->fromUsername.' '.json_encode($merchant));
|
|
|
if ($postObj->PagePath == 'pagesClient/official/warn') {
|
|
|
$content = '好的好的';
|
|
|
- wxUtil::sendMiniMsg($content, $merchant, $this->fromUsername, 1);
|
|
|
+ $r = wxUtil::sendMiniMsg($content, $merchant, (string)$this->fromUsername, 1);
|
|
|
+ Yii::info('098'.' '.json_encode($r));
|
|
|
}
|
|
|
}
|
|
|
} elseif ($style == dict::getDict('ptStyle', 'ghs')) {
|