Kxc0822a
2022-04-11 838ee6284172bbd8223f98de1b3eaf1936c79db2
src/api/user.js
@@ -234,3 +234,13 @@
    })
}
export function importSupplierUser(data) {
    return request({
        headers: {
            'Authorization': getToken()
        },
        url: process.env.BASE_API + '/importSupplierUser',
        method: 'post',
        data
    })
}