【操盘手】 内容库采集

This commit is contained in:
wong
2025-04-28 17:58:13 +08:00
parent 71dbd026d0
commit aa33a3b461
3 changed files with 896 additions and 152 deletions

View File

@@ -64,6 +64,7 @@ Route::group('v1/', function () {
Route::post('update', 'app\\cunkebao\\controller\\ContentLibraryController@update'); // 更新内容库
Route::delete('delete', 'app\\cunkebao\\controller\\ContentLibraryController@delete'); // 删除内容库
Route::get('detail', 'app\\cunkebao\\controller\\ContentLibraryController@detail'); // 获取内容库详情
Route::get('collectMoments', 'app\\cunkebao\\controller\\ContentLibraryController@collectMoments'); // 采集朋友圈
});
// 好友相关