ls 5 years ago
parent
commit
3e901010fb
1 changed files with 5 additions and 0 deletions
  1. 5 0
      wechat/structure.go

+ 5 - 0
wechat/structure.go

@@ -27,6 +27,11 @@ type FormCode struct {
 	Code string `form:"code"`
 }
 
+// FormSignPackage js sign package
+type FormSignPackage struct {
+	URL string `form:"url"`
+}
+
 // FormURLState redirect url and state
 type FormURLState struct {
 	RedirectURL string `form:"url" json:"url" xml:"url"`