Browse Source

update README.md

luojunhui 3 months ago
parent
commit
c5eece4ab6
1 changed files with 5 additions and 0 deletions
  1. 5 0
      README.md

+ 5 - 0
README.md

@@ -192,6 +192,10 @@ curl -X POST http://192.168.142.66:6060/api/run_task -H "Content-Type: applicati
 ```aiignore
 ```aiignore
 curl -X POST http://192.168.142.66:6060/api/run_task -H "Content-Type: application/json" -d '{"task_name": "title_rewrite"}'
 curl -X POST http://192.168.142.66:6060/api/run_task -H "Content-Type: application/json" -d '{"task_name": "title_rewrite"}'
 ```
 ```
+#### 为标题增加品类(文章池)
+```aiignore
+curl -X POST http://192.168.142.66:6060/api/run_task -H "Content-Type: application/json" -d '{"task_name": "article_pool_category_generation", "limit": "1000"}'
+```
 #### 候选账号质量分析
 #### 候选账号质量分析
 ```aiignore
 ```aiignore
 curl -X POST http://192.168.142.66:6060/api/run_task -H "Content-Type: application/json" -d '{"task_name": "candidate_account_quality_analysis"}'
 curl -X POST http://192.168.142.66:6060/api/run_task -H "Content-Type: application/json" -d '{"task_name": "candidate_account_quality_analysis"}'
@@ -199,3 +203,4 @@ curl -X POST http://192.168.142.66:6060/api/run_task -H "Content-Type: applicati
 
 
 
 
 
 
+