场景获客优化

This commit is contained in:
wong
2025-07-25 16:25:33 +08:00
parent 1ff08a77ff
commit 3c0bcc9aa0
2 changed files with 6 additions and 4 deletions

View File

@@ -62,7 +62,7 @@ class PostCreateAddFriendPlanV1Controller extends Controller
return ResponseHelper::error('计划名称不能为空', 400);
}
if (empty($params['scenario'])) {
if (empty($params['sceneId'])) {
return ResponseHelper::error('场景ID不能为空', 400);
}
@@ -126,7 +126,9 @@ class PostCreateAddFriendPlanV1Controller extends Controller
'updateTime'=> time(),
];
print_r($data);
exit;
try {