添加好友优化

This commit is contained in:
wong
2025-07-28 17:40:50 +08:00
parent 842f04fc5b
commit c09af61051
2 changed files with 6 additions and 1 deletions

View File

@@ -102,7 +102,11 @@ class PosterWeChatMiniProgram extends Controller
Db::name('task_customer')->insert([
'task_id' => $taskId,
// 'identifier' => $result['phone_info']['phoneNumber'],
'phone' => $result['phone_info']['phoneNumber']
'phone' => $result['phone_info']['phoneNumber'],
'source' => $task['name'],
'createTime' => time(),
'tags' => json_encode([]),
'siteTags' => json_encode([]),
]);
}
// return $result['phone_info']['phoneNumber'];