|
@@ -42,7 +42,7 @@
|
|
|
"name": "批量获取品牌产品详情",
|
|
"name": "批量获取品牌产品详情",
|
|
|
"forEach": "brandAsins",
|
|
"forEach": "brandAsins",
|
|
|
"api": {
|
|
"api": {
|
|
|
- "service": "SorftimeApiService.getProductDetail",
|
|
|
|
|
|
|
+ "service": "EcomDataService.getProductDetail",
|
|
|
"endpoint": "/api/ProductRequest",
|
|
"endpoint": "/api/ProductRequest",
|
|
|
"method": "POST",
|
|
"method": "POST",
|
|
|
"forwardUrl": "https://server.fmode.cn/api/voc-ecom/forward",
|
|
"forwardUrl": "https://server.fmode.cn/api/voc-ecom/forward",
|
|
@@ -67,7 +67,7 @@
|
|
|
"name": "批量获取销量数据",
|
|
"name": "批量获取销量数据",
|
|
|
"forEach": "brandAsins",
|
|
"forEach": "brandAsins",
|
|
|
"api": {
|
|
"api": {
|
|
|
- "service": "SorftimeApiService.getAsinSalesVolume",
|
|
|
|
|
|
|
+ "service": "EcomDataService.getAsinSalesVolume",
|
|
|
"endpoint": "/api/AsinSalesVolume",
|
|
"endpoint": "/api/AsinSalesVolume",
|
|
|
"method": "POST",
|
|
"method": "POST",
|
|
|
"requestBody": {
|
|
"requestBody": {
|
|
@@ -84,7 +84,7 @@
|
|
|
"name": "采样获取评论概况",
|
|
"name": "采样获取评论概况",
|
|
|
"forEach": "brandAsins",
|
|
"forEach": "brandAsins",
|
|
|
"api": {
|
|
"api": {
|
|
|
- "service": "SorftimeApiService.getProductReviews",
|
|
|
|
|
|
|
+ "service": "EcomDataService.getProductReviews",
|
|
|
"endpoint": "/api/ProductReviewsQuery",
|
|
"endpoint": "/api/ProductReviewsQuery",
|
|
|
"method": "POST",
|
|
"method": "POST",
|
|
|
"forwardUrl": "https://server.fmode.cn/api/voc-ecom/forward",
|
|
"forwardUrl": "https://server.fmode.cn/api/voc-ecom/forward",
|
|
@@ -106,7 +106,7 @@
|
|
|
"name": "获取品类基准数据(如未传入categoryLandscape)",
|
|
"name": "获取品类基准数据(如未传入categoryLandscape)",
|
|
|
"condition": "!categoryLandscape",
|
|
"condition": "!categoryLandscape",
|
|
|
"api": {
|
|
"api": {
|
|
|
- "service": "SorftimeApiService.searchProductsByQuery",
|
|
|
|
|
|
|
+ "service": "EcomDataService.searchProductsByQuery",
|
|
|
"endpoint": "/api/ProductQuery",
|
|
"endpoint": "/api/ProductQuery",
|
|
|
"method": "POST",
|
|
"method": "POST",
|
|
|
"forwardUrl": "https://server.fmode.cn/api/voc-ecom/forward",
|
|
"forwardUrl": "https://server.fmode.cn/api/voc-ecom/forward",
|