const { post } = require('./request') module.exports = { checkSelectImages(data){ return post({ url: '/check_select_images', data: data }) } }