主题整合bug

This commit is contained in:
zhanglipeng
2020-11-26 15:21:11 +08:00
parent 49e07332d6
commit f11278bce2
10 changed files with 105 additions and 27 deletions

View File

@ -58,4 +58,12 @@ export function listActivityByThemeId(id) {
url: '/benyi/activity/listbythemeid/' + id,
method: 'post'
})
}
// 查询主题整合活动
export function listActivityById(id) {
return request({
url: '/benyi/activity/listbyid/' + id,
method: 'post'
})
}