渠道功能完善

This commit is contained in:
wong
2025-12-20 11:27:47 +08:00
parent 9b45ebea0e
commit 20f567da37

View File

@@ -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'],