私域操盘手 - 调整扫码添加设备后的回调检测逻辑
This commit is contained in:
@@ -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'])
|
||||
|
||||
);
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user