示例#1
0
 static function test()
 {
     $res = array('Status' => 'Okay');
     Reply::setJSONResponse($res);
 }