feat: 支持邮箱注册功能
This commit is contained in:
@@ -59,7 +59,7 @@ export function userLogout() {
|
||||
*/
|
||||
export function getCodePhone(data) {
|
||||
return request({
|
||||
url: `/account/captcha-phone`,
|
||||
url: `/account/captcha-phone/register`,
|
||||
method: "post",
|
||||
data,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user