From 27394c48492257a561ea166b46c8d3732816dedc Mon Sep 17 00:00:00 2001 From: Matrix-X Date: Thu, 11 Apr 2024 23:42:52 +0800 Subject: [PATCH] fix(payment): batch api with notify_url --- src/payment/transfer/batch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/payment/transfer/batch.go b/src/payment/transfer/batch.go index 68fe1030..b932e0fd 100644 --- a/src/payment/transfer/batch.go +++ b/src/payment/transfer/batch.go @@ -28,7 +28,7 @@ func NewBatchClient(app *payment.ApplicationPaymentInterface) (*BatchClient, err } // 发起商家转账API -// https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter4_3_1.shtml +// https://pay.weixin.qq.com/docs/merchant/apis/batch-transfer-to-balance/transfer-batch/initiate-batch-transfer.html func (comp *BatchClient) Batch(ctx context.Context, param *request.RequestTransferBatch) (*response.ResponseTrasferBatch, error) { config := (*comp.App).GetConfig()