mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
手动执行退款接口
This commit is contained in:
@@ -393,4 +393,15 @@ public class TempController extends BaseController {
|
||||
}
|
||||
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