Skip to content

Commit 7fb289d

Browse files
authored
Merge pull request smartwalle#127 from larry-dev/patch-1
修改FundAuthOrderFreeze 的APIName错误的问题
2 parents 914b5b8 + a44a925 commit 7fb289d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fund_type.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ type FundAuthOrderFreeze struct {
149149
}
150150

151151
func (this FundAuthOrderFreeze) APIName() string {
152-
return "alipay.fund.auth.order.voucher.create"
152+
return "alipay.fund.auth.order.app.freeze"
153153
}
154154

155155
func (this FundAuthOrderFreeze) Params() map[string]string {

0 commit comments

Comments
 (0)