添加门店管理员获取信息接口、调整微信登录账号生成逻辑
This commit is contained in:
15
internal/controller/storeAdmin/storeAdmin_new.go
Normal file
15
internal/controller/storeAdmin/storeAdmin_new.go
Normal file
@ -0,0 +1,15 @@
|
||||
// =================================================================================
|
||||
// This is auto-generated by GoFrame CLI tool only once. Fill this file as you wish.
|
||||
// =================================================================================
|
||||
|
||||
package storeAdmin
|
||||
|
||||
import (
|
||||
"server/api/storeAdmin"
|
||||
)
|
||||
|
||||
type ControllerV1 struct{}
|
||||
|
||||
func NewV1() storeAdmin.IStoreAdminV1 {
|
||||
return &ControllerV1{}
|
||||
}
|
||||
Reference in New Issue
Block a user