示例#1
0
文件: good.php 项目: leprafujii/api
 /**
  * 指定画像の「いいね!」を登録します
  */
 public function post_add()
 {
     $this->response(Model_Good::add());
 }