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