Your Name
2022-05-30 b7c766a13a86c610a994ef641da6e0493f18539a
src/api/user.js
@@ -244,3 +244,12 @@
        data
    })
}
export function pwdChange(data) {
    return request({
        url: process.env.BASE_API + '/pwd-change',
        method: 'post',
        data
    })
}