Merge branch 'sxy' into dev

This commit is contained in:
孙肖扬 2025-06-26 17:10:45 +08:00
commit ea4d3cacd4

View File

@ -4,6 +4,7 @@ import (
"encoding/json"
"errors"
"micro-bundle/internal/dao"
"micro-bundle/pb/bundle"
"micro-bundle/pkg/app"
"micro-bundle/pkg/msg"
"time"
@ -14,7 +15,6 @@ import (
"gorm.io/gorm"
"micro-bundle/internal/model"
"micro-bundle/pb/bundle"
)
func CreateBundle(req *bundle.BundleProfile) (res *bundle.CommonResponse, err error) {