添加门店管理员获取信息接口、调整微信登录账号生成逻辑
This commit is contained in:
15
api/storeAdmin/storeAdmin.go
Normal file
15
api/storeAdmin/storeAdmin.go
Normal file
@ -0,0 +1,15 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package storeAdmin
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
||||
"server/api/storeAdmin/v1"
|
||||
)
|
||||
|
||||
type IStoreAdminV1 interface {
|
||||
Info(ctx context.Context, req *v1.InfoReq) (res *v1.InfoRes, err error)
|
||||
}
|
||||
Reference in New Issue
Block a user