docs: 📝 修改注释错别字

This commit is contained in:
ray
2024-09-13 07:35:00 +08:00
parent 13eb4e1d7b
commit 5572ab8942

View File

@@ -186,7 +186,7 @@ class UserAPI {
});
}
/** 丙丁个人中心用户邮箱 */
/** 绑定个人中心用户邮箱 */
static bindEmail(data: EmailBindingForm) {
return request({
url: `${USER_BASE_URL}/email`,