| 
					
				 | 
			
			
				@@ -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"` 
			 |