mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-23 15:35:06 +08:00
修改code review
This commit is contained in:
@ -8,7 +8,8 @@ import org.mapstruct.Mapper;
|
||||
import org.mapstruct.factory.Mappers;
|
||||
|
||||
/**
|
||||
* 支付退款 Convert // TODO @jason:类注释,和下面,有一个空行哈
|
||||
* 支付退款 Convert
|
||||
*
|
||||
* @author jason
|
||||
*/
|
||||
@Mapper
|
||||
|
@ -57,8 +57,6 @@ public class ShopOrderController {
|
||||
.payOrderId(payOrderId).build());
|
||||
}
|
||||
|
||||
|
||||
// TODO @jason:方法之间,空一行即可哈
|
||||
@PostMapping("/pay-notify")
|
||||
@ApiOperation("支付回调")
|
||||
public CommonResult<Boolean> payNotify(@RequestBody @Valid PayNotifyOrderReqVO reqVO) {
|
||||
|
Reference in New Issue
Block a user