|
@@ -209,7 +209,7 @@ class feiyuyueduProcess():
|
|
'intro': result['Introduction'], 'cover': result['cover'], 'keyword': result['Labels'],
|
|
'intro': result['Introduction'], 'cover': result['cover'], 'keyword': result['Labels'],
|
|
'status': result['state'],
|
|
'status': result['state'],
|
|
'category': category_info['category_name'],'category_id':category_info['category_id'],
|
|
'category': category_info['category_name'],'category_id':category_info['category_id'],
|
|
- 'channel': category_info['channelid']
|
|
|
|
|
|
+ 'channel': result['channelid']
|
|
}
|
|
}
|
|
|
|
|
|
def get_chapter_list_url(self, bid):
|
|
def get_chapter_list_url(self, bid):
|