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