Commit 7f3f4c8c authored by denghr's avatar denghr

活动列表

parent 6185dd1f
......@@ -21,4 +21,16 @@ export function getObj(id) {
url: '/api/activity/management/getOne/'+id,
method: 'Get'
})
}
/**
* 编辑某一条数据
* @param query
*/
export function editObj(data) {
return fetch({
url: '/api/activity/management/update',
method: 'put',
data: data
})
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment