添加扩展类型字段
This commit is contained in:
parent
c0be49a610
commit
a6e83c162d
@ -15,7 +15,7 @@ import (
|
||||
|
||||
func BundleExtend(c *gin.Context) {
|
||||
var req bundle.BundleExtendRequest
|
||||
req.Type = 1
|
||||
req.Type = 1 // 设置未手动扩展
|
||||
if err := c.ShouldBindJSON(&req); err != nil {
|
||||
service.Error(c, err)
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user