diff --git a/Server/application/cunkebao/controller/distribution/ChannelUserController.php b/Server/application/cunkebao/controller/distribution/ChannelUserController.php index 27b60019..5ee436cf 100644 --- a/Server/application/cunkebao/controller/distribution/ChannelUserController.php +++ b/Server/application/cunkebao/controller/distribution/ChannelUserController.php @@ -152,6 +152,7 @@ class ChannelUserController extends Controller 'channelName' => $channel['name'], 'phone' => $channel['phone'] ?: '', 'wechatId' => $channel['wechatId'] ?: '', + 'companyId' => (int)$channel['companyId'], // 返回companyId,方便小程序自动跳转 'status' => $channel['status'], 'totalCustomers' => (int)$channel['totalCustomers'], 'todayCustomers' => (int)$channel['todayCustomers'],