Your Name
2022-06-14 c433d38d542619adebde935238e34fe387d1a590
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
    })
}