场景获客已添加用户及获客列表

This commit is contained in:
wong
2025-07-17 10:15:49 +08:00
parent 075aa6fe6c
commit 4b3268c6b1
5 changed files with 75 additions and 6 deletions

View File

@@ -231,7 +231,7 @@ class PostExternalApiV1Controller extends Controller
// 更新数据库中的站点标签
Db::name('task_customer')->where('id', $taskCustomerId)->update([
'siteTags' => json_encode($uniqueSiteTags, JSON_UNESCAPED_UNICODE),
'updated_at' => time()
'updateTime' => time()
]);
} catch (\Exception $e) {