修改上下文参数传递,实现门店登录
This commit is contained in:
7
internal/consts/merchantAdmin.go
Normal file
7
internal/consts/merchantAdmin.go
Normal file
@ -0,0 +1,7 @@
|
||||
package consts
|
||||
|
||||
// 商户管理员状态
|
||||
const (
|
||||
MerchantAdministratorEnable = iota + 1
|
||||
MerchantAdministratorDisable
|
||||
)
|
||||
Reference in New Issue
Block a user