添加扩展类型字段

This commit is contained in:
lzh 2025-06-19 15:13:15 +08:00
parent dff14a45be
commit c0be49a610

View File

@ -15,6 +15,7 @@ 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