|
@@ -101,7 +101,7 @@ public class PayController {
|
|
|
}
|
|
|
|
|
|
@PostMapping("/refundPay")
|
|
|
- @ApiOperation(value = "根据订单号进行支付", notes = "根据订单号进行支付")
|
|
|
+ @ApiOperation(value = "退货配送费", notes = "退货配送费")
|
|
|
@SneakyThrows
|
|
|
public ResponseEntity<?> refundPay(@Valid @RequestBody PayParam payParam) {
|
|
|
YamiUser user = SecurityUtils.getUser();
|