S2OJ/web/app/controllers/check_notice.php

4 lines
93 B
PHP
Raw Normal View History

2022-11-06 02:26:21 +00:00
<?php
die(json_encode(UOJNotice::fetch(UOJTime::str2time(UOJRequest::post('last_time')))));