This commit is contained in:
小鱼开发
2024-09-27 17:03:20 +08:00
parent 7bc14ed476
commit e1f7a8a22b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ class Act extends Wxapp
protected function get_user()
{
$ukey = $this->input_param('ukey');
$activityId = 27;//活动id
$activityId = 35;//活动id
$activity = $this->market_sylive_activity_model->get(['activityId' => $activityId]);
if (!$activity) {