Compare commits

..

No commits in common. "ea4d3cacd41967e599fda09b42a62020f7c9c71e" and "46ffdc0d0d0503d27c30ba7003cce2511baa15c1" have entirely different histories.

View File

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