From 6fe42719fbe885334db8ae2d349560f6c78e7101 Mon Sep 17 00:00:00 2001 From: zhaoyongnian <541231643@qq.com> Date: Fri, 5 Jun 2020 14:35:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=9D=E9=A2=98=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- subpages/associationNew/utils/api.js | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/subpages/associationNew/utils/api.js b/subpages/associationNew/utils/api.js index f1448bb..e5507cd 100644 --- a/subpages/associationNew/utils/api.js +++ b/subpages/associationNew/utils/api.js @@ -65,14 +65,16 @@ export function postUserBanned({groupUserId, bannedFlag}) { } /** - * 用户禁言 + * 话题列表 */ -export function postUserBanned({groupUserId, bannedFlag}) { +export function topiclist({pageIndex,pageSize,timestamp,topicType,partyGroupId}) { return request.post('partyGroup/topic/list',{ - groupUserId, - bannedFlag + pageIndex, + pageSize, + timestamp, + topicType, + partyGroupId, }) } -// /api/partyGroup/topic/list