From f0e2797e8e9fbae52b5ad2d2ee9350fde1b85e95 Mon Sep 17 00:00:00 2001 From: duan <1004387497@qq.com> Date: Mon, 20 Jan 2025 15:15:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=A2=86=E5=8F=96=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/task/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/task/index.js b/api/task/index.js index c1e3a06..30235fb 100644 --- a/api/task/index.js +++ b/api/task/index.js @@ -27,7 +27,8 @@ export const getUserSignData = (data) => { export const receiveGoods = (data) => { return http.request({ url: 'taskCenter/receiveGoods', - data + data, + method: 'POST', }) } // 任务-签到