Skip to content

Commit

Permalink
add struct
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry committed May 6, 2019
1 parent e9a7e64 commit 56b0121
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions wechat_rsp.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,3 +212,10 @@ type WeChatNotifyRequest struct {
Attach string `xml:"attach"`
TimeEnd string `xml:"time_end"`
}

type WeChatUserIdRsp struct {
Openid string `json:"openid"` //用户唯一标识
SessionKey string `json:"session_key"` //会话密钥
Unionid string `json:"unionid"` //用户在开放平台的唯一标识符
ExpiresIn int `json:"expires_in"` //
}

0 comments on commit 56b0121

Please sign in to comment.