mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-09-06 04:27:55 +00:00
perf 分账相关字段调整
This commit is contained in:
@@ -41,9 +41,9 @@ public class UniAllocationController {
|
||||
|
||||
@PaymentSign
|
||||
@InitPaymentContext(PaymentApiCode.ALLOCATION)
|
||||
@Operation(summary = "触发分账")
|
||||
@PostMapping("/open")
|
||||
public DaxResult<AllocationResult> open(@RequestBody AllocationParam param){
|
||||
@Operation(summary = "发起分账接口")
|
||||
@PostMapping("/start")
|
||||
public DaxResult<AllocationResult> start(@RequestBody AllocationParam param){
|
||||
return DaxRes.ok(allocationService.allocation(param));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user