分销功能提交

This commit is contained in:
wong
2025-12-17 16:20:46 +08:00
parent 8e4ce2aee2
commit 7dda34a779
34 changed files with 8959 additions and 105 deletions

View File

@@ -100,7 +100,8 @@ class GetWechatMomentsV1Controller extends BaseController
}
$query = Db::table('s2_wechat_moments')
->where('wechatAccountId', $accountId);
->where('wechatAccountId', $accountId)
->where('userName', $wechatId);
// 关键词搜索
if ($keyword = trim((string)$this->request->param('keyword', ''))) {