From 5bfc1352e82140ac098b9f0537cc7d1457c87122 Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期二, 05 八月 2025 10:44:04 +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