分销功能提交
This commit is contained in:
@@ -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', ''))) {
|
||||
|
||||
Reference in New Issue
Block a user