Skip to content

Commit 4aad29d

Browse files
authored
Merge pull request #471 from ArtisanCloud/develop
fix(payment): batch api with notify_url
2 parents efba800 + 27394c4 commit 4aad29d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/payment/transfer/batch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func NewBatchClient(app *payment.ApplicationPaymentInterface) (*BatchClient, err
2828
}
2929

3030
// 发起商家转账API
31-
// https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter4_3_1.shtml
31+
// https://pay.weixin.qq.com/docs/merchant/apis/batch-transfer-to-balance/transfer-batch/initiate-batch-transfer.html
3232
func (comp *BatchClient) Batch(ctx context.Context, param *request.RequestTransferBatch) (*response.ResponseTrasferBatch, error) {
3333

3434
config := (*comp.App).GetConfig()

0 commit comments

Comments
 (0)