Compare commits
2 Commits
46ffdc0d0d
...
ea4d3cacd4
Author | SHA1 | Date | |
---|---|---|---|
ea4d3cacd4 | |||
a01be125e6 |
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user