+
liuyg
2021-11-27 ec791f074bcc6ca13b1d49eeb5874343dbeba580
src/api/examapi/examination.js
@@ -47,4 +47,12 @@
            userId
        }
    })
}
}
export const getNowTime = () => {
    return request({
        url: '/api/exampaper/getdate/',
        method: 'get',
    })
}