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