S2OJ/web/app/controllers/check_notice.php

4 lines
93 B
PHP
Raw Normal View History

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