@@ -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.7445.jar</systemPath>
+ <systemPath>${project.basedir}/src/main/resources/lib/kuaishou-merchant-open-sdk-release_open_kwaishop_sdk-1.0.7527.jar</systemPath>
</dependency>
<dependency>
@@ -944,7 +944,6 @@ public class SupplyChainServiceImpl implements ISupplyChainService {
for (int i = 0; i < orderView.size(); i++) {
JSONObject info = orderView.getJSONObject(i);
- System.out.println(info);
KuaishouSupplyChain supplyChain = new KuaishouSupplyChain(info, "1");
String ownership = null;