shish 3 rokov pred
rodič
commit
e66574676f
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      biz-hd/notice/classes/NoticeClass.php

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

@@ -43,7 +43,7 @@ class NoticeClass extends BaseClass
                             $msg = [
                                 "amount3" => ["value" => $actPrice],
                                 "short_thing2" => ["value" => $num . "笔"],
-                                "time1" => ["value" => "-"],
+                                "time1" => ["value" => "2023年6月"],
                             ];
                             $page = 'admin/clear/info?id=' . $clear->id;
                             $respond = miniUtil::commonSendSubscribeMessage($merchant, $ptStyle, $msgId, $miniOpenId, $page, $msg);