Skip to content

Commit

Permalink
fix(payment): batch api with notify_url
Browse files Browse the repository at this point in the history
  • Loading branch information
Matrix-X committed Apr 11, 2024
1 parent efba800 commit 27394c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/payment/transfer/batch.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 27394c4

Please sign in to comment.