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