订单关闭接口
This commit is contained in:
@ -8,15 +8,12 @@ import com.sczx.pay.service.AliPayOrderCloseService;
|
|||||||
import io.swagger.annotations.Api;
|
import io.swagger.annotations.Api;
|
||||||
import io.swagger.annotations.ApiOperation;
|
import io.swagger.annotations.ApiOperation;
|
||||||
import lombok.extern.slf4j.Slf4j;
|
import lombok.extern.slf4j.Slf4j;
|
||||||
import org.slf4j.Logger;
|
|
||||||
import org.slf4j.LoggerFactory;
|
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
import org.springframework.web.bind.annotation.PostMapping;
|
import org.springframework.web.bind.annotation.PostMapping;
|
||||||
import org.springframework.web.bind.annotation.RequestBody;
|
import org.springframework.web.bind.annotation.RequestBody;
|
||||||
import org.springframework.web.bind.annotation.RequestMapping;
|
import org.springframework.web.bind.annotation.RequestMapping;
|
||||||
import org.springframework.web.bind.annotation.RestController;
|
import org.springframework.web.bind.annotation.RestController;
|
||||||
|
|
||||||
import javax.servlet.http.HttpServletRequest;
|
|
||||||
|
|
||||||
|
|
||||||
@Api(value = "支付宝租赁订单关闭接口", tags = "支付宝租赁订单关闭接口")
|
@Api(value = "支付宝租赁订单关闭接口", tags = "支付宝租赁订单关闭接口")
|
||||||
@ -24,7 +21,6 @@ import javax.servlet.http.HttpServletRequest;
|
|||||||
@RestController
|
@RestController
|
||||||
@RequestMapping("/alipay/orderClose")
|
@RequestMapping("/alipay/orderClose")
|
||||||
public class AliPayOrderCloseController {
|
public class AliPayOrderCloseController {
|
||||||
private static final Logger logger = LoggerFactory.getLogger(AliPayOrderCloseController.class);
|
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
private AliPayOrderCloseService aliPayOrderCloseService;
|
private AliPayOrderCloseService aliPayOrderCloseService;
|
||||||
|
|||||||
Reference in New Issue
Block a user