Create & Init Project...
This commit is contained in:
12
app/interface/main/space/service/shop.go
Normal file
12
app/interface/main/space/service/shop.go
Normal file
@ -0,0 +1,12 @@
|
||||
package service
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
||||
"go-common/app/interface/main/space/model"
|
||||
)
|
||||
|
||||
// ShopInfo get shop info.
|
||||
func (s *Service) ShopInfo(c context.Context, mid int64) (data *model.ShopInfo, err error) {
|
||||
return s.dao.ShopInfo(c, mid)
|
||||
}
|
Reference in New Issue
Block a user