代码提交

This commit is contained in:
wong
2025-10-20 14:22:20 +08:00
parent 87bf284943
commit 527d5341db
8 changed files with 301 additions and 9 deletions

View File

@@ -63,13 +63,20 @@ Route::group('v1/', function () {
// 流量池相关
Route::group('traffic/pool', function () {
Route::get('getPackage', 'app\cunkebao\controller\TrafficController@getPackage');
Route::post('addPackage', 'app\cunkebao\controller\TrafficController@addPackage');
Route::post('editPackage', 'app\cunkebao\controller\TrafficController@editPackage');
Route::delete('deletePackage', 'app\cunkebao\controller\TrafficController@deletePackage');
Route::get('', 'app\cunkebao\controller\TrafficController@getTrafficPoolList');
Route::get('', 'app\cunkebao\controller\traffic\GetPotentialListWithInCompanyV1Controller@index');
//Route::get('', 'app\cunkebao\controller\traffic\GetPotentialListWithInCompanyV1Controller@index');
Route::get('getUserJourney', 'app\cunkebao\controller\traffic\GetPotentialListWithInCompanyV1Controller@getUserJourney');
Route::get('getUserTags', 'app\cunkebao\controller\traffic\GetPotentialListWithInCompanyV1Controller@getUserTags');
Route::get('getUserInfo', 'app\cunkebao\controller\traffic\GetPotentialListWithInCompanyV1Controller@getUser');
Route::post('addPackage', 'app\cunkebao\controller\traffic\GetPotentialListWithInCompanyV1Controller@addPackage');
// Route::post('addPackage', 'app\cunkebao\controller\traffic\GetPotentialListWithInCompanyV1Controller@addPackage');