|
|
@@ -33,7 +33,7 @@
|
|
|
"name": "搜索品类Top N产品",
|
|
|
"forEach": "keywords",
|
|
|
"api": {
|
|
|
- "service": "SorftimeApiService.searchProductsByQuery",
|
|
|
+ "service": "EcomDataService.searchProductsByQuery",
|
|
|
"endpoint": "/api/ProductQuery",
|
|
|
"method": "POST",
|
|
|
"forwardUrl": "https://server.fmode.cn/api/voc-ecom/forward",
|
|
|
@@ -58,7 +58,7 @@
|
|
|
"name": "批量获取销量数据",
|
|
|
"forEach": "searchResults[].Asin (去重)",
|
|
|
"api": {
|
|
|
- "service": "SorftimeApiService.getAsinSalesVolume",
|
|
|
+ "service": "EcomDataService.getAsinSalesVolume",
|
|
|
"endpoint": "/api/AsinSalesVolume",
|
|
|
"method": "POST",
|
|
|
"requestBody": {
|
|
|
@@ -74,7 +74,7 @@
|
|
|
"step": 3,
|
|
|
"name": "定位品类类目",
|
|
|
"api": {
|
|
|
- "service": "SorftimeApiService.getCategoryTree",
|
|
|
+ "service": "EcomDataService.getCategoryTree",
|
|
|
"endpoint": "/api/CategoryTree",
|
|
|
"method": "POST",
|
|
|
"requestBody": {
|
|
|
@@ -91,7 +91,7 @@
|
|
|
"name": "获取核心关键词搜索量和竞争度",
|
|
|
"forEach": "keywords",
|
|
|
"api": {
|
|
|
- "service": "SorftimeApiService.searchKeywords",
|
|
|
+ "service": "EcomDataService.searchKeywords",
|
|
|
"endpoint": "/api/KeywordQuery",
|
|
|
"method": "POST",
|
|
|
"requestBody": {
|
|
|
@@ -108,7 +108,7 @@
|
|
|
"name": "获取关键词趋势",
|
|
|
"forEach": "keywords",
|
|
|
"api": {
|
|
|
- "service": "SorftimeApiService.getKeywordTrend",
|
|
|
+ "service": "EcomDataService.getKeywordTrend",
|
|
|
"endpoint": "/api/KeywordSearchTrend",
|
|
|
"method": "POST",
|
|
|
"requestBody": {
|