From 0b601e4f3e1043670040abb21f68306bf11dd665 Mon Sep 17 00:00:00 2001 From: lele0521 Date: Wed, 15 May 2024 19:09:19 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E6=B3=A8=E9=94=80=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/login.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/login.js b/api/login.js index b8f1164..aea860b 100644 --- a/api/login.js +++ b/api/login.js @@ -135,7 +135,7 @@ export function scannerCodeLoginConfirm(params){ export function logoffConfirm() { return http.request({ url: '/passport/member/cancellation', - method: "POST", + method: "PUT", needToken: true, }) } \ No newline at end of file