Explorar o código

招商活动商品详情接口
添加新字段

zhaoxian hai 1 ano
pai
achega
e5ef7b610e

+ 1 - 1
ruixuan-live/pom.xml

@@ -37,7 +37,7 @@
             <artifactId>sdk</artifactId>
             <version>1.0</version>
             <scope>system</scope>
-            <systemPath>${project.basedir}/src/main/resources/lib/kuaishou-merchant-open-sdk-release_open_kwaishop_sdk-1.0.2546.jar</systemPath>
+            <systemPath>${project.basedir}/src/main/resources/lib/kuaishou-merchant-open-sdk-release_open_kwaishop_sdk-1.0.7445.jar</systemPath>
         </dependency>
 
         <dependency>

+ 10 - 0
ruixuan-live/src/main/java/com/ruixuan/isc/entity/KuaiShouActivityOpenItemList.java

@@ -67,6 +67,14 @@ public class KuaiShouActivityOpenItemList {
      */
     private String baseOrderStatus;
     /**
+     * 商品ccr值(万分之)
+     */
+    private Long ccrValue;
+    /**
+     * 新版店铺体验分
+     */
+    private String storeScore;
+    /**
      * 创建时间
      */
     private Date createTime;
@@ -93,6 +101,8 @@ public class KuaiShouActivityOpenItemList {
         this.setShopScore(info.getString("shopScore"));
         this.setMallServiceScore(info.getString("mallServiceScore"));
         this.setBaseOrderStatus(info.getString("baseOrderStatus"));
+        this.setCcrValue(info.getLong("ccrValue"));
+        this.setStoreScore(info.getString("storeScore"));
     }
 
 }

BIN=BIN
ruixuan-live/src/main/resources/lib/kuaishou-merchant-open-sdk-release_open_kwaishop_sdk-1.0.2546.jar


BIN=BIN
ruixuan-live/src/main/resources/lib/kuaishou-merchant-open-sdk-release_open_kwaishop_sdk-1.0.7445.jar


+ 12 - 4
ruixuan-live/src/main/resources/mapper/isc/SupplyChainMapper.xml

@@ -3222,7 +3222,9 @@
             shop_score           = #{shopScore},
             mall_service_score   = #{mallServiceScore},
             mall_quality_score   = #{mallQualityScore},
-            base_order_status    = #{baseOrderStatus}
+            base_order_status    = #{baseOrderStatus},
+            ccr_value            = #{ccrValue},
+            store_score          = #{storeScore}
         where item_id = #{itemId}
     </update>
 
@@ -3233,7 +3235,9 @@
             shop_score           = #{shopScore},
             mall_service_score   = #{mallServiceScore},
             mall_quality_score   = #{mallQualityScore},
-            base_order_status    = #{baseOrderStatus}
+            base_order_status    = #{baseOrderStatus},
+            ccr_value            = #{ccrValue},
+            store_score          = #{storeScore}
         where item_id = #{itemId}
     </update>
 
@@ -3244,7 +3248,9 @@
             shop_score           = #{shopScore},
             mall_service_score   = #{mallServiceScore},
             mall_quality_score   = #{mallQualityScore},
-            base_order_status    = #{baseOrderStatus}
+            base_order_status    = #{baseOrderStatus},
+            ccr_value            = #{ccrValue},
+            store_score          = #{storeScore}
         where item_id = #{itemId}
     </update>
 
@@ -3255,7 +3261,9 @@
             shop_score           = #{shopScore},
             mall_service_score   = #{mallServiceScore},
             mall_quality_score   = #{mallQualityScore},
-            base_order_status    = #{baseOrderStatus}
+            base_order_status    = #{baseOrderStatus},
+            ccr_value            = #{ccrValue},
+            store_score          = #{storeScore}
         where item_id = #{itemId}
     </update>