Browse Source

话题列表

master
zhaoyongnian 5 years ago
parent
commit
6fe42719fb
  1. 12
      subpages/associationNew/utils/api.js

12
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',{ return request.post('partyGroup/topic/list',{
groupUserId, pageIndex,
bannedFlag pageSize,
timestamp,
topicType,
partyGroupId,
}) })
} }
// /api/partyGroup/topic/list

Loading…
Cancel
Save