mirror of
https://gitee.com/dromara/dax-pay
synced 2026-08-08 06:05:33 +08:00
style 修改分账接收方API路径名称
This commit is contained in:
@@ -24,7 +24,7 @@ public class QueryAllocReceiverParam extends DaxPayRequest<AllocReceiversModel>
|
||||
|
||||
@Override
|
||||
public String path() {
|
||||
return "/unipay/query/allocReceiver";
|
||||
return "/unipay/query/allocationReceiver";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -79,7 +79,7 @@ public class UniQueryController {
|
||||
@PaymentSign
|
||||
@InitPaymentContext(PaymentApiCode.QUERY_ALLOCATION_RECEIVER)
|
||||
@Operation(summary = "分账接收方查询接口")
|
||||
@PostMapping("/allocReceiver")
|
||||
@PostMapping("/allocationReceiver")
|
||||
public DaxResult<AllocReceiversResult> queryAllocReceive(@RequestBody QueryAllocReceiverParam param){
|
||||
return DaxRes.ok(allocationReceiverService.queryAllocReceive(param));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user