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