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`,