代码调整

This commit is contained in:
joylink_cuiweidong 2022-12-13 17:20:52 +08:00
parent 7c1691d774
commit 6a89850696

View File

@ -300,7 +300,7 @@ export function sendEmailVfcode(params) {
export function registerUserNew(data) {
return request({
url: `/api/userinfo/register2`,
method: 'put',
method: 'post',
data
});
}