coze提交

This commit is contained in:
Ghost
2025-04-02 16:10:15 +08:00
parent ec5d4a00c5
commit b995a2fbf5
2 changed files with 54 additions and 86 deletions

View File

@@ -13,4 +13,4 @@ Route::group('v1/cozeai', function () {
Route::get('list', 'cozeai/ConversationController/list');
Route::post('create', 'cozeai/ConversationController/create');
});
})->middleware(['jwt']);
});