mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-09-06 04:27:55 +00:00
feat SDK分账接口联调, 修改菜单关键词字段, 添加PGSQL脚本数据
This commit is contained in:
@@ -57,7 +57,7 @@ public class UniAllocationController {
|
||||
|
||||
@PaymentSign
|
||||
@InitPaymentContext(PaymentApiCode.ALLOCATION_RECEIVER_ADD)
|
||||
@Operation(summary = "添加分账接收方接口")
|
||||
@Operation(summary = "分账接收方添加接口")
|
||||
@PostMapping("/receiver/add")
|
||||
public DaxResult<AllocReceiverAddResult> receiverAdd(@RequestBody AllocReceiverAddParam param){
|
||||
return DaxRes.ok(receiverService.addAndSync(param));
|
||||
@@ -65,7 +65,7 @@ public class UniAllocationController {
|
||||
|
||||
@PaymentSign
|
||||
@InitPaymentContext(PaymentApiCode.ALLOCATION_RECEIVER_REMOVE)
|
||||
@Operation(summary = "删除分账接收方接口")
|
||||
@Operation(summary = "分账接收方删除接口")
|
||||
@PostMapping("/receiver/remove")
|
||||
public DaxResult<AllocReceiverRemoveResult> receiverRemove(@RequestBody AllocReceiverRemoveParam param){
|
||||
return DaxRes.ok(receiverService.remove(param));
|
||||
|
Reference in New Issue
Block a user