电话获客

This commit is contained in:
wong
2025-08-12 09:29:27 +08:00
parent 239e518676
commit 863a4fd31f
6 changed files with 339 additions and 0 deletions

View File

@@ -97,6 +97,11 @@ Route::group('v1', function () {
Route::get('autoCreate', 'app\api\controller\AllotRuleController@autoCreateAllotRules');// 自动创建分配规则 √
});
// CallRecording控制器路由
Route::group('call-recording', function () {
Route::get('list', 'app\api\controller\CallRecordingController@getlist'); // 获取通话记录列表 √
});
});
});