实现商户注册、管理员审核商户申请接口
This commit is contained in:
15
api/merchantAdmin/merchantAdmin.go
Normal file
15
api/merchantAdmin/merchantAdmin.go
Normal file
@ -0,0 +1,15 @@
|
||||
// =================================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// =================================================================================
|
||||
|
||||
package merchantAdmin
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
||||
"server/api/merchantAdmin/v1"
|
||||
)
|
||||
|
||||
type IMerchantAdminV1 interface {
|
||||
MerchantAdminInfo(ctx context.Context, req *v1.MerchantAdminInfoReq) (res *v1.MerchantAdminInfoRes, err error)
|
||||
}
|
||||
Reference in New Issue
Block a user