mirror of
https://gitee.com/dromara/dax-pay
synced 2026-08-11 23:25:33 +08:00
ref 删除对账功能
This commit is contained in:
@@ -54,7 +54,7 @@ public class UniTradeController {
|
||||
|
||||
@Operation(summary = "关闭和撤销接口")
|
||||
@PostMapping("/close")
|
||||
public DaxResult<Void> reconcile(@RequestBody PayCloseParam param){
|
||||
public DaxResult<Void> close(@RequestBody PayCloseParam param){
|
||||
payCloseService.close(param);
|
||||
return DaxRes.ok();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user