私域操盘手 - 修复流量池页面不会自动加载状态列表选择器的问题
This commit is contained in:
@@ -41,8 +41,8 @@ Route::group('v1/', function () {
|
||||
|
||||
// 流量池相关
|
||||
Route::group('traffic/pool', function () {
|
||||
Route::get('', 'app\cunkebao\controller\traffic\GetDissociateListWithInCompanyV1Controller@index');
|
||||
Route::get('types', 'app\cunkebao\controller\traffic\GetDissociateTypeListV1Controller@index');
|
||||
Route::get('', 'app\cunkebao\controller\traffic\GetPotentialListWithInCompanyV1Controller@index');
|
||||
Route::get('types', 'app\cunkebao\controller\traffic\GetPotentialTypeListV1Controller@index');
|
||||
});
|
||||
|
||||
// 工作台相关
|
||||
|
||||
@@ -10,7 +10,7 @@ use library\ResponseHelper;
|
||||
/**
|
||||
* 流量池控制器
|
||||
*/
|
||||
class GetDissociateListWithInCompanyV1Controller extends BaseController
|
||||
class GetPotentialListWithInCompanyV1Controller extends BaseController
|
||||
{
|
||||
/**
|
||||
* 构建查询条件
|
||||
@@ -10,7 +10,7 @@ use library\ResponseHelper;
|
||||
/**
|
||||
* 流量池控制器
|
||||
*/
|
||||
class GetDissociateTypeListV1Controller extends BaseController
|
||||
class GetPotentialTypeListV1Controller extends BaseController
|
||||
{
|
||||
protected function getTypeList(): array
|
||||
{
|
||||
Reference in New Issue
Block a user