From bac0a4521c776e1179d3a8dbe4d4cbb9d7e71118 Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期五, 01 八月 2025 09:02:44 +0800 Subject: [PATCH] 1 --- api/login.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/login.js b/api/login.js index 2e05f64..da389ad 100644 --- a/api/login.js +++ b/api/login.js @@ -108,8 +108,8 @@ //鐢佃瘽 export function wxbindphone(data) { return request({ - "url": '/cus/wx/wxbindphone', + "url": '/cus/wx/bindPhoneV2', method: 'post', - params: data + data: data }) } -- Gitblit v1.8.0