新版流量池提交

This commit is contained in:
wong
2026-02-04 11:02:33 +08:00
parent a20794366a
commit 2855ab80fb
68 changed files with 8957 additions and 714 deletions

View File

@@ -55,7 +55,7 @@ class GetWechatProfileV1Controller extends BaseController
{
return (string)TrafficPoolModel::alias('p')
->field('t.id')
->join('traffic_source s', 's.identifier = p.identifier')
->join('traffic_source_v1 s', 's.identifier = p.identifier')
->where('p.wechatId', $wechatId)
->value('fromd');
}