添加好友优化

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

@@ -120,6 +120,7 @@ class PostExternalApiV1Controller extends Controller
'remark' => !empty($params['remark']) ? $params['remark'] : '',
'tags' => json_encode($tags,256),
'siteTags' => json_encode($siteTags,256),
'createTime' => time(),
]);
return json([