diff --git a/Server/application/cunkebao/controller/wechat/PostTransferFriends.php b/Server/application/cunkebao/controller/wechat/PostTransferFriends.php index 1839231a..6bb0007a 100644 --- a/Server/application/cunkebao/controller/wechat/PostTransferFriends.php +++ b/Server/application/cunkebao/controller/wechat/PostTransferFriends.php @@ -74,7 +74,7 @@ class PostTransferFriends extends BaseController $taskId = Db::name('customer_acquisition_task')->insertGetId([ 'name' => '迁移好友('. $wechat['nickname'] .')', - 'sceneId' => 1, + 'sceneId' => 10, 'sceneConf' => json_encode($sceneConf), 'reqConf' => json_encode($reqConf), 'tagConf' => json_encode([]),