代码提交

This commit is contained in:
wong
2025-08-07 11:56:04 +08:00
parent f592784c11
commit b33231b3b4
7 changed files with 462 additions and 7 deletions

View File

@@ -127,7 +127,6 @@ class PostCreateAddFriendPlanV1Controller extends Controller
];
try {
Db::startTrans();
// 插入数据
@@ -263,6 +262,12 @@ class PostCreateAddFriendPlanV1Controller extends Controller
}
}
//群获客
if($params['sceneId'] == 7){
}
Db::commit();
return ResponseHelper::success(['planId' => $planId], '添加计划任务成功');