shish 3 лет назад
Родитель
Сommit
e9b927fa84
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      biz-hd/notice/classes/NoticeClass.php

+ 1 - 0
biz-hd/notice/classes/NoticeClass.php

@@ -50,6 +50,7 @@ class NoticeClass extends BaseClass
                                 "thing4" => ["value" => "点击打开帮我结下账哦"],
                             ];
                             $page = 'admin/clear/info?id=' . $clear->id;
+                            Yii::info(json_encode($msg));
                             $respond = miniUtil::commonSendSubscribeMessage($merchant, $ptStyle, $msgId, $miniOpenId, $page, $msg);
                             if (isset($respond['errcode']) && $respond['errcode'] === 0) {
                                 $result['hasNotice'] = 1;