ls 5 سال پیش
والد
کامیت
27173aa00c
1فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 6 0
      wechat/structure.go

+ 6 - 0
wechat/structure.go

@@ -27,6 +27,12 @@ type FormCode struct {
 	Code string `form:"code"`
 	Code string `form:"code"`
 }
 }
 
 
+// FormURLState redirect url and state
+type FormURLState struct {
+	RedirectURL string `form:"url" json:"url" xml:"url"`
+	State       string `form:"state" json:"state" xml:"state"`
+}
+
 // ResponseMsg response
 // ResponseMsg response
 type ResponseMsg struct {
 type ResponseMsg struct {
 	ErrCode int    `json:"errcode"`
 	ErrCode int    `json:"errcode"`