Merge branch 'api_doc' into sprint/167

This commit is contained in:
王怡栋
2021-10-19 11:36:19 +08:00
60 changed files with 10474 additions and 830 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ class misc extends control
public function ping()
{
if(mt_rand(0, 1) == 1) $this->loadModel('setting')->setSN();
die("<html><head><meta http-equiv='refresh' content='600' /></head><body></body></html>");
die("<html><head><meta http-equiv=refresh' content='600' /></head><body></body></html>");
}
/**