|
@@ -131,7 +131,7 @@ class futianProcess(object):
|
|
|
'bid': result['id'], 'name': result['title'], 'author': result['author'],
|
|
|
'intro': result['description'], 'cover': result['cover'], 'keyword': '',
|
|
|
'status': result['status'], 'category': category_info['category_name'],'category_id':category_info['category_id'],
|
|
|
- 'channel': result['channel_id']
|
|
|
+ 'channel': category_info['channel_id']
|
|
|
}
|
|
|
|
|
|
def get_chapter_list_url(self, bid):
|