Commit e8dfe530 by xiaobai

翻写公众号管理-标签管理20230324

parent 8b56388d
......@@ -25,10 +25,9 @@ export const deleteTag = (id) => {
// 获得公众号标签
export const getTag = (id) => {
const res = request.get({
return request.get({
url: '/mp/tag/get?id=' + id
})
return res
}
// 获得公众号标签分页
......
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 sign in to comment