Commit de99f32290298ca32efde22ce62ec6bd47c97bbd

Authored by jiangchengyong
1 parent e0e745a5

买家 卖家查询接口 update

myapp-sdk/pom.xml
... ... @@ -57,6 +57,11 @@
57 57  
58 58 <dependencies>
59 59 <dependency>
  60 + <groupId>org.slf4j</groupId>
  61 + <artifactId>slf4j-log4j12</artifactId>
  62 + <version>1.7.21</version>
  63 + </dependency>
  64 + <dependency>
60 65 <groupId>com.github.kevinsawicki</groupId>
61 66 <artifactId>http-request</artifactId>
62 67 <version>5.6</version>
... ...
myapp-sdk/src/main/java/com/b2c/myapp/sdk/service/BuyerInfoService.java
... ... @@ -5,7 +5,6 @@ import com.b2c.myapp.common.api.buyerInfo.input.BuyerInfoSaveInput;
5 5 import com.b2c.myapp.common.api.buyerInfo.input.BuyerInfoUpdateInput;
6 6 import com.b2c.myapp.common.api.buyerInfo.output.BuyerInfoOutput;
7 7 import com.b2c.myapp.common.utils.BaseOutput;
8   -import org.springframework.web.bind.annotation.ModelAttribute;
9 8  
10 9 import java.util.List;
11 10  
... ...