|
|
@@ -124,7 +124,8 @@ class WxController extends PublicController
|
|
|
$encryptMsg = '';
|
|
|
$pc->encryptMsg($text, $timestamp, $nonce, $encryptMsg);//加密
|
|
|
//echo $encryptMsg;
|
|
|
- wxUtil::sendMiniMsg('111111', $merchant, $this->fromUsername, 1);
|
|
|
+ wxUtil::sendMsg('111111', $merchant, $this->fromUsername, 1);
|
|
|
+ Yii::info(657);
|
|
|
break;
|
|
|
//取消关注
|
|
|
case 'unsubscribe':
|