Ejemplo n.º 1
0
 public function actionApi()
 {
     $rs = array('1' => '你好', '2' => '测试api', '3' => 'api');
     ApiModule::d($rs);
 }