mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-10-13 21:30:25 +00: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();
|
||||
}
|
||||
|
@@ -36,7 +36,7 @@ import java.util.List;
|
||||
import java.util.Objects;
|
||||
|
||||
/**
|
||||
* 对账同步
|
||||
* 分账同步
|
||||
* @author xxm
|
||||
* @since 2024/5/23
|
||||
*/
|
||||
|
Reference in New Issue
Block a user