渠道功能完善
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user