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