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

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

@@ -220,7 +220,7 @@ class PostUpdateAddFriendPlanV1Controller extends Controller
'phone' => $phone,
'tags' => json_encode([], JSON_UNESCAPED_UNICODE),
'siteTags' => json_encode([], JSON_UNESCAPED_UNICODE),
'created_at' => time(),
'createTime' => time(),
];
}
}