Compare commits
	
		
			No commits in common. "60caecc1b9823b10e71648e9f1e0b82e7e04e45e" and "a23504c746a27933ebfb55db976fc032f2d19956" have entirely different histories.
		
	
	
		
			60caecc1b9
			...
			a23504c746
		
	
		
| @ -1,15 +1,13 @@ | |||||||
| package router | package router | ||||||
| 
 | 
 | ||||||
| import ( | import ( | ||||||
| 	"fonchain-fiee/pkg/middleware" |  | ||||||
| 	"fonchain-fiee/pkg/service" |  | ||||||
| 	"fonchain-fiee/pkg/service/bundle" | 	"fonchain-fiee/pkg/service/bundle" | ||||||
| 	"github.com/gin-gonic/gin" | 	"github.com/gin-gonic/gin" | ||||||
| ) | ) | ||||||
| 
 | 
 | ||||||
| func BundleRouter(r *gin.RouterGroup) { | func BundleRouter(r *gin.RouterGroup) { | ||||||
| 	bundleRoute := r.Group("bundle") | 	bundleRoute := r.Group("bundle") | ||||||
| 	bundleRoute.Use(middleware.CheckWebLogin(service.AccountProvider)) | 
 | ||||||
| 	// 套餐
 | 	// 套餐
 | ||||||
| 	{ | 	{ | ||||||
| 		bundleClientRoute := bundleRoute.Group("system") | 		bundleClientRoute := bundleRoute.Group("system") | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user