私域操盘手 - 对接流量池列表

This commit is contained in:
柳清爽
2025-05-13 14:34:03 +08:00
parent e08a805e88
commit 0e947401dc
2 changed files with 213 additions and 138 deletions

View File

@@ -41,7 +41,7 @@ class GetDissociateListWithInCompanyV1Controller extends BaseController
$query = TrafficPoolModel::alias('t')
->field(
[
't.identifier', 't.mobile', 't.wechatId',
't.identifier nickname', 't.mobile', 't.wechatId', 't.identifier',
's.id', 's.fromd', 's.status', 's.createTime'
]
)