From e414d7edb9360cbd647fda8e377f9043ca927adc Mon Sep 17 00:00:00 2001 From: xiaoyu Date: Tue, 10 Oct 2023 14:15:12 +0800 Subject: [PATCH] txt --- home/controllers/h5/market/sylive2/Act.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/controllers/h5/market/sylive2/Act.php b/home/controllers/h5/market/sylive2/Act.php index 977ddba3..f2a4fab6 100644 --- a/home/controllers/h5/market/sylive2/Act.php +++ b/home/controllers/h5/market/sylive2/Act.php @@ -150,7 +150,7 @@ class Act extends Wx { //获取最新订阅用户 public function subscribemsg_lists(){ $map_kpi_name = [ - 'browse' => '进入了直播间', 'subscribe' => '预约了直播通知' + 'browse' => '进入了直播间', 'subscribe' => '订阅了直播通知' ]; $a_id = $this->input->get('a_id'); $live_status = $this->input->get('live_status');