新增更新用户扩展字段

This commit is contained in:
wong
2025-11-13 16:08:12 +08:00
parent cec0eff031
commit dfe4ff076d
2 changed files with 83 additions and 56 deletions

View File

@@ -13,6 +13,7 @@ Route::group('v1/', function () {
Route::group('wechatFriend/', function () {
Route::get('list', 'app\chukebao\controller\WechatFriendController@getList'); // 获取好友列表
Route::get('detail', 'app\chukebao\controller\WechatFriendController@getDetail'); // 获取好友详情
Route::post('updateInfo', 'app\chukebao\controller\WechatFriendController@updateFriendInfo'); // 更新好友资料
});
//群相关
Route::group('wechatChatroom/', function () {