Skip to content

Commit

Permalink
add WaxPayNotifyResp
Browse files Browse the repository at this point in the history
  • Loading branch information
mailbaoer committed Jun 22, 2018
1 parent e232058 commit 5468fc2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pay/check.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ type (
TradeType string `xml:"trade_type"`
TransactionID string `xml:"transaction_id"`
}

WaxPayNotifyResp struct {
ReturnCode string `xml:"return_code"`
ReturnMsg string `xml:"return_msg"`
}
)

/**
Expand Down

0 comments on commit 5468fc2

Please sign in to comment.