实现商户注册、管理员审核商户申请接口
This commit is contained in:
11
api/merchantAdmin/v1/merchantAdmin.go
Normal file
11
api/merchantAdmin/v1/merchantAdmin.go
Normal file
@ -0,0 +1,11 @@
|
||||
package v1
|
||||
|
||||
import (
|
||||
"github.com/gogf/gf/v2/frame/g"
|
||||
)
|
||||
|
||||
type MerchantAdminInfoReq struct {
|
||||
g.Meta `path:"/merchant/info" method:"get" tags:"MerchantAdmin" summary:"(商户管理员)获取商户管理员信息"`
|
||||
}
|
||||
type MerchantAdminInfoRes struct {
|
||||
}
|
||||
Reference in New Issue
Block a user