交友模块

This commit is contained in:
2025-08-13 11:00:25 +08:00
parent 97e7a8ce3c
commit cf1aa71121
9 changed files with 1150 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<?php
//配置文件
return [
'exception_handle' => '\\app\\friendapi\\library\\ExceptionHandle',
];