Ver Fonte

输出status

visuddhinanda há 5 meses atrás
pai
commit
aeacfc099d
1 ficheiros alterados com 1 adições e 0 exclusões
  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;