版本冲突
This commit is contained in:
2
pom.xml
2
pom.xml
@ -200,7 +200,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.xiaoymin</groupId>
|
<groupId>com.github.xiaoymin</groupId>
|
||||||
<artifactId>knife4j-spring-boot-starter</artifactId>
|
<artifactId>knife4j-spring-boot-starter</artifactId>
|
||||||
<version>3.0.3</version>
|
<version>2.0.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- Apache Commons Codec -->
|
<!-- Apache Commons Codec -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
@ -10,7 +10,6 @@ import com.alipay.api.response.AlipayOpenAppItemListQueryResponse;
|
|||||||
import com.alipay.api.response.AlipayOpenAppItemQueryResponse;
|
import com.alipay.api.response.AlipayOpenAppItemQueryResponse;
|
||||||
import com.alipay.api.response.AlipayOpenAppItemTemplateQueryResponse;
|
import com.alipay.api.response.AlipayOpenAppItemTemplateQueryResponse;
|
||||||
import com.github.xiaoymin.knife4j.annotations.ApiOperationSupport;
|
import com.github.xiaoymin.knife4j.annotations.ApiOperationSupport;
|
||||||
import com.github.xiaoymin.knife4j.annotations.ApiSupport;
|
|
||||||
import com.sczx.pay.alipay.service.ItemService;
|
import com.sczx.pay.alipay.service.ItemService;
|
||||||
import com.sczx.pay.alipay.vo.ItemCreateRequest;
|
import com.sczx.pay.alipay.vo.ItemCreateRequest;
|
||||||
import com.sczx.pay.alipay.vo.OpenResponse;
|
import com.sczx.pay.alipay.vo.OpenResponse;
|
||||||
@ -20,6 +19,7 @@ import io.swagger.annotations.ApiParam;
|
|||||||
import org.springframework.beans.factory.annotation.Autowired;
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
import org.springframework.web.bind.annotation.*;
|
import org.springframework.web.bind.annotation.*;
|
||||||
|
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -27,7 +27,6 @@ import java.util.List;
|
|||||||
* @version : ItemController, v0.1 2024年05月11日 2:45 下午 jishupei.jsp Exp $
|
* @version : ItemController, v0.1 2024年05月11日 2:45 下午 jishupei.jsp Exp $
|
||||||
*/
|
*/
|
||||||
@Api(tags = "普通商品模块")
|
@Api(tags = "普通商品模块")
|
||||||
@ApiSupport(order = 1)
|
|
||||||
@RestController
|
@RestController
|
||||||
@RequestMapping(value = "/item")
|
@RequestMapping(value = "/item")
|
||||||
public class ItemController {
|
public class ItemController {
|
||||||
|
|||||||
Reference in New Issue
Block a user