加上TODO註解,請加上此功能
This commit is contained in:
parent
3e44a65b79
commit
6c83c28b98
@ -609,6 +609,8 @@ $app->group('/tokens', 'APIrequest', function () use ($app, $app_template) {
|
||||
// 取得開始後的學習活動資訊
|
||||
$sact = new Study\StudyActivity($saId);
|
||||
|
||||
// TODO: 取得主題內所有的標的資訊
|
||||
|
||||
// 確認此學習活動是否為本人所有
|
||||
if($sact->getUserId() == $user_id) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user