瀏覽代碼

输出status

visuddhinanda 7 月之前
父節點
當前提交
aeacfc099d
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      api-v8/app/Http/Api/ChannelApi.php

+ 1 - 0
api-v8/app/Http/Api/ChannelApi.php

@@ -21,6 +21,7 @@ class ChannelApi
                 'type' => $channel['type'],
                 'lang' => $channel['lang'],
                 'studio_id' => $channel['owner_uid'],
+                'status' => $channel['status'],
             ];
         } else {
             return false;