私域操盘手 - 调整扫码添加设备后的回调检测逻辑

This commit is contained in:
柳清爽
2025-05-20 14:12:51 +08:00
parent 7284f9ba23
commit d39e88be7f
3 changed files with 72 additions and 18 deletions

View File

@@ -30,7 +30,13 @@ class PostCreateAddFriendPlanV1Controller extends Controller
$params = $this->request->only(['name', 'sceneId', 'status', 'reqConf', 'msgConf', 'tagConf']);
dd($params);
dd(
json_decode($params['reqConf']),
json_decode($params['tagConf']),
json_decode($params['msgConf'])
);