智慧保安考试系统
liuyg
2021-11-22 1e09467cc6a0b846d895ed3ff9ffa1937a668f02
src/api/examapi/examination.js
@@ -47,4 +47,12 @@
            userId
        }
    })
}
}
export const getNowTime = () => {
    return request({
        url: '/api/exampaper/getdate/',
        method: 'get',
    })
}