mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-29 19:47:56 +08:00
update 批量订单退款接口
This commit is contained in:
@@ -408,6 +408,7 @@ public class TempController extends BaseController {
|
|||||||
/**
|
/**
|
||||||
* 批量订单退款
|
* 批量订单退款
|
||||||
* 支持在线支付/余额支付
|
* 支持在线支付/余额支付
|
||||||
|
* https://api.jsowellcloud.com/temp/batchRefundOrder
|
||||||
*/
|
*/
|
||||||
@PostMapping("/batchRefundOrder")
|
@PostMapping("/batchRefundOrder")
|
||||||
public RestApiResponse<?> batchRefundOrder(@RequestBody QueryOrderDTO dto) {
|
public RestApiResponse<?> batchRefundOrder(@RequestBody QueryOrderDTO dto) {
|
||||||
|
|||||||
Reference in New Issue
Block a user