Skip to content

Commit

Permalink
修正注释
Browse files Browse the repository at this point in the history
  • Loading branch information
mailbaoer committed Jun 6, 2018
1 parent 33fdcad commit b1bcaa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pay/pay.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type (
Sign string `json:"sign,omitempty"` // 签名
}

// AppRet 返回的基本内容
// WaxRet 返回的基本内容
WaxRet struct {
Timestamp string `json:"timeStamp,omitempty"` // 时间戳
NonceStr string `json:"nonceStr,omitempty"` // 随机字符串
Expand Down

0 comments on commit b1bcaa4

Please sign in to comment.