|  | @@ -20,6 +20,7 @@ class LongArticlesPipeline(object):
 | 
											
												
													
														|  |          :return:
 |  |          :return:
 | 
											
												
													
														|  |          """
 |  |          """
 | 
											
												
													
														|  |          print("开始请求")
 |  |          print("开始请求")
 | 
											
												
													
														|  | 
 |  | +        print(account_name)
 | 
											
												
													
														|  |          url = "http://localhost:6060/title_list"
 |  |          url = "http://localhost:6060/title_list"
 | 
											
												
													
														|  |          response = requests.request(
 |  |          response = requests.request(
 | 
											
												
													
														|  |              "POST",
 |  |              "POST",
 | 
											
										
											
												
													
														|  | @@ -34,6 +35,7 @@ class LongArticlesPipeline(object):
 | 
											
												
													
														|  |              }
 |  |              }
 | 
											
												
													
														|  |          )
 |  |          )
 | 
											
												
													
														|  |          print(response.status_code)
 |  |          print(response.status_code)
 | 
											
												
													
														|  | 
 |  | +        print(response.text)
 | 
											
												
													
														|  |          print(response.json())
 |  |          print(response.json())
 | 
											
												
													
														|  |          return response.json()['title_list']
 |  |          return response.json()['title_list']
 | 
											
												
													
														|  |  
 |  |  
 |