Skip to content

Commit

Permalink
udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
iGoogle-ink committed Jun 2, 2024
1 parent d0bbcb1 commit 724233a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alipay/client_request.go
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ func (a *Client) FileUploadRequest(ctx context.Context, bm gopay.BodyMap, method
return nil, fmt.Errorf("GetRsaSign Error: %w", err)
}
// 文件签名完移除query params
for k, _ := range bm {
for k := range bm {
pubBody.Remove(k)
}
pubBody.Set("sign", sign)
Expand Down

0 comments on commit 724233a

Please sign in to comment.