Compare commits

..

No commits in common. "cf95f2b9fe2c85ed1e5e443aa375eda3ac8ac686" and "f3882fd709b2115bd45f6a681d5050b726b60b2b" have entirely different histories.

View File

@ -15,7 +15,6 @@ import (
func BundleExtend(c *gin.Context) {
var req bundle.BundleExtendRequest
req.Type = 1 // 设置未手动扩展
if err := c.ShouldBindJSON(&req); err != nil {
service.Error(c, err)
return