好友迁移

This commit is contained in:
wong
2025-07-28 17:40:23 +08:00
parent 6a71516d6c
commit 842f04fc5b
3 changed files with 138 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ class PostCreateAddFriendPlanV1Controller extends Controller
*
* @return string
*/
private function generateApiKey()
public function generateApiKey()
{
// 生成5组随机字符串每组5个字符
$chars = 'abcdefghijklmnopqrstuvwxyz0123456789';