Skip to content

Commit

Permalink
Merge pull request smartwalle#127 from larry-dev/patch-1
Browse files Browse the repository at this point in the history
修改FundAuthOrderFreeze 的APIName错误的问题
  • Loading branch information
smartwalle authored Mar 18, 2021
2 parents 914b5b8 + a44a925 commit 7fb289d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fund_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ type FundAuthOrderFreeze struct {
}

func (this FundAuthOrderFreeze) APIName() string {
return "alipay.fund.auth.order.voucher.create"
return "alipay.fund.auth.order.app.freeze"
}

func (this FundAuthOrderFreeze) Params() map[string]string {
Expand Down

0 comments on commit 7fb289d

Please sign in to comment.