私域操盘手 - 设备微信调整路由模块

This commit is contained in:
柳清爽
2025-05-12 17:59:34 +08:00
parent 6e4f4e72db
commit f08ffdb79b
7 changed files with 44 additions and 592 deletions

View File

@@ -21,10 +21,11 @@ Route::group('v1/', function () {
});
// 设备微信相关
Route::group('device/wechats', function () {
Route::group('wechats', function () {
Route::get('', 'app\cunkebao\controller\wechat\GetWechatsOnDevicesV1Controller@index'); // 获取在线微信账号列表
Route::get(':id/summary', 'app\cunkebao\controller\wechat\GetWechatOnDeviceSummarizeV1Controller@index'); // 获取微信号详情
Route::get(':id/friends', 'app\cunkebao\controller\wechat\GetWechatOnDeviceFriendsV1Controller@index'); // 获取微信好友列表
Route::get(':id/friend/:id', 'app\cunkebao\controller\wechat\GetWechatOnDeviceFriendProfileV1Controller@index'); // 获取微信好友信息
Route::get('count', 'app\cunkebao\controller\DeviceWechat@count'); // 获取在线微信账号数量
Route::get('device-count', 'app\cunkebao\controller\DeviceWechat@deviceCount'); // 获取有登录微信的设备数量