mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-14 02:58:09 +08:00
手动执行退款接口
This commit is contained in:
@@ -393,4 +393,15 @@ public class TempController extends BaseController {
|
|||||||
}
|
}
|
||||||
return response;
|
return response;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 手动执行退款
|
||||||
|
* 订单或余额
|
||||||
|
* https://api.jsowellcloud.com/temp/adapayRefund
|
||||||
|
*/
|
||||||
|
@PostMapping("/adapayRefund")
|
||||||
|
public RestApiResponse<?> adapayRefund(@RequestBody ApplyRefundDTO dto) {
|
||||||
|
orderService.adapayRefund(dto);
|
||||||
|
return new RestApiResponse<>();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user