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