朋友圈采集优化

This commit is contained in:
wong
2025-07-29 09:43:32 +08:00
parent d78ff1e376
commit 28778a9566
5 changed files with 306 additions and 292 deletions

View File

@@ -28,7 +28,6 @@ Route::group('v1/', function () {
Route::get(':id/friends', 'app\cunkebao\controller\wechat\GetWechatOnDeviceFriendsV1Controller@index');
Route::get('getWechatInfo', 'app\cunkebao\controller\wechat\GetWechatController@getWechatInfo');
Route::get(':wechatId', 'app\cunkebao\controller\wechat\GetWechatProfileV1Controller@index');
Route::post('transfer-friends', 'app\cunkebao\controller\wechat\PostTransferFriends@index'); // 微信好友转移
@@ -100,6 +99,7 @@ Route::group('v1/', function () {
Route::delete('delete-item', 'app\cunkebao\controller\ContentLibraryController@deleteItem'); // 删除内容库素材
Route::get('get-item-detail', 'app\cunkebao\controller\ContentLibraryController@getItemDetail'); // 获取内容库素材详情
Route::post('update-item', 'app\cunkebao\controller\ContentLibraryController@updateItem'); // 更新内容库素材
Route::get('aiEditContent', 'app\cunkebao\controller\ContentLibraryController@aiEditContent');
});
// 好友相关