|
@@ -92,7 +92,7 @@ class aiyouhuyuProcess():
|
|
|
'intro': result['desc'], 'cover': result['cover'],
|
|
|
'keyword': '' if result['keyWords'] is None else result['keyWords'],
|
|
|
'status': result['isFinished'],'category': category_info['category_name'],'category_id':category_info['category_id'],
|
|
|
- 'channel': result['channelid']
|
|
|
+ 'channel': category_info['channel_id']
|
|
|
}
|
|
|
|
|
|
def get_chapter_list_url(self, bid):
|