|
|
@@ -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);
|