From db366e64923b9e6688399428b9d22f7d26a09c78 Mon Sep 17 00:00:00 2001 From: frank Date: Wed, 19 Oct 2022 05:22:23 +0800 Subject: [PATCH] fixed incorrect transfer API url --- payouts.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/payouts.md b/payouts.md index 1726471..9785a5d 100644 --- a/payouts.md +++ b/payouts.md @@ -120,7 +120,7 @@ * 需要首先通过查询API获得收款账号: `accountToken` -* {Domain}/v3/payee/payout-accounts +* {Domain}/v3/payouts/pay ### Request @@ -166,6 +166,8 @@ --- +* {Domain}/v3/payouts/inquiry + * `transactionNo` 和 `invoiceId` 二者都可以用来查询交易记录,二选一 ### Request