Exemplo n.º 1
0
 /**
  * 指定画像の「いいね!」を削除します
  */
 public function post_del()
 {
     $this->response(Model_Good::del());
 }