获客场景API对接

This commit is contained in:
柳清爽
2025-04-07 10:17:19 +08:00
parent 8d20c59761
commit c59b179da4
3 changed files with 243 additions and 315 deletions

View File

@@ -31,7 +31,7 @@ class Scene extends Controller
$where[] = ['status', '=', 1];
// 查询列表
$result = PlanScene::getSceneList($where, 'id desc', $page, $limit);
$result = PlanScene::getSceneList($where, 'sort desc', $page, $limit);
return json([
'code' => 200,