规范命名

This commit is contained in:
taochengbo
2020-11-26 23:56:41 +08:00
parent 9754fc53fe
commit 46f05999ae
4 changed files with 4 additions and 4 deletions

View File

@ -165,7 +165,7 @@ public class StoreOrderController {
throw new BadRequestException("订单未支付");
}
yxStoreOrderService.verificOrder(resources.getVerifyCode(),
yxStoreOrderService.verifyOrder(resources.getVerifyCode(),
OrderInfoEnum.CONFIRM_STATUS_1.getValue(),null);
return new ResponseEntity(HttpStatus.NO_CONTENT);