예제 #1
0
파일: good.php 프로젝트: leprafujii/api
 /**
  * 指定画像の「いいね!」を登録します
  */
 public function post_add()
 {
     $this->response(Model_Good::add());
 }