Commit 55c82d33 authored by 顾文旭's avatar 顾文旭

no json

parent 341867c4
...@@ -95,7 +95,6 @@ exports.copyMarketing = async (ctx) => { ...@@ -95,7 +95,6 @@ exports.copyMarketing = async (ctx) => {
const opts = { const opts = {
url, url,
method: "POST", method: "POST",
json: false,
body: ctx.request.body, body: ctx.request.body,
}; };
ctx.body = await req(ctx, opts); ctx.body = await req(ctx, opts);
......
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