From 5572ab894217690bf02a2ee30f87012cd378f606 Mon Sep 17 00:00:00 2001 From: ray <1490493387@qq.com> Date: Fri, 13 Sep 2024 07:35:00 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20:memo:=20=E4=BF=AE=E6=94=B9=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=E9=94=99=E5=88=AB=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/user.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/user.ts b/src/api/user.ts index d37eacfb..47402eb0 100644 --- a/src/api/user.ts +++ b/src/api/user.ts @@ -186,7 +186,7 @@ class UserAPI { }); } - /** 丙丁个人中心用户邮箱 */ + /** 绑定个人中心用户邮箱 */ static bindEmail(data: EmailBindingForm) { return request({ url: `${USER_BASE_URL}/email`,