|
|
@@ -32,6 +32,7 @@ class NoticeClass extends BaseClass
|
|
|
}
|
|
|
$num = $clear->num ?? 0;
|
|
|
$actPrice = $clear->actPrice ?? 0;
|
|
|
+ $time = date("H:i");
|
|
|
if (!empty($staffList)) {
|
|
|
$ids = array_column($staffList, 'adminId');
|
|
|
if (!empty($ids)) {
|
|
|
@@ -43,7 +44,7 @@ class NoticeClass extends BaseClass
|
|
|
$msg = [
|
|
|
"amount3" => ["value" => $actPrice],
|
|
|
"short_thing2" => ["value" => $num . "笔"],
|
|
|
- "time1" => ["value" => "2023年6月"],
|
|
|
+ "time1" => ["value" => $time],
|
|
|
];
|
|
|
$page = 'admin/clear/info?id=' . $clear->id;
|
|
|
$respond = miniUtil::commonSendSubscribeMessage($merchant, $ptStyle, $msgId, $miniOpenId, $page, $msg);
|