From 6c83c28b98c139e851d5e25a74f6413d80428ad1 Mon Sep 17 00:00:00 2001 From: Yuan Chiu Date: Mon, 19 Jan 2015 23:26:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E4=B8=8ATODO=E8=A8=BB=E8=A7=A3?= =?UTF-8?q?=EF=BC=8C=E8=AB=8B=E5=8A=A0=E4=B8=8A=E6=AD=A4=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/api/v2/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/api/v2/index.php b/htdocs/api/v2/index.php index 903800e..fc48f69 100644 --- a/htdocs/api/v2/index.php +++ b/htdocs/api/v2/index.php @@ -609,6 +609,8 @@ $app->group('/tokens', 'APIrequest', function () use ($app, $app_template) { // 取得開始後的學習活動資訊 $sact = new Study\StudyActivity($saId); + // TODO: 取得主題內所有的標的資訊 + // 確認此學習活動是否為本人所有 if($sact->getUserId() == $user_id) {