ls %!s(int64=5) %!d(string=hai) anos
pai
achega
3e901010fb
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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"`