ls 5 년 전
부모
커밋
3e901010fb
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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"`