Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lucky-lee committed Sep 6, 2020
1 parent 09565ed commit d5e555f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wechat/pay_notify.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type Notify struct {
}

//是否成功
func (s *Notify) IsSuccess() (status bool, msg string) {
func (s Notify) IsSuccess() (status bool, msg string) {
sign := toSign(s)

if sign != s.Sign {
Expand Down

0 comments on commit d5e555f

Please sign in to comment.