Commit 032a3bf7 authored by 顾文旭's avatar 顾文旭

get

parent 1550b8ec
...@@ -44,7 +44,9 @@ export async function addMarketing(params) { ...@@ -44,7 +44,9 @@ export async function addMarketing(params) {
// 复制营销活动 // 复制营销活动
export async function copyMarketing(params) { export async function copyMarketing(params) {
const res = await axios.post("/api/v1/bp/copyMarketing", params); const res = await axios.get("/api/v1/bp/copyMarketing", {
params,
});
return res; 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 to comment