|
|
@@ -192,6 +192,10 @@ curl -X POST http://192.168.142.66:6060/api/run_task -H "Content-Type: applicati
|
|
|
```aiignore
|
|
|
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
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
+
|