调整商户注册逻辑
This commit is contained in:
@ -8,7 +8,7 @@ const (
|
||||
|
||||
// 商户审核状态
|
||||
const (
|
||||
MerchantPendingReview = iota
|
||||
MerchantPendingReview = iota + 1
|
||||
MerchantReviewPassed
|
||||
MerchantReviewRejected
|
||||
)
|
||||
|
||||
6
internal/consts/store.go
Normal file
6
internal/consts/store.go
Normal file
@ -0,0 +1,6 @@
|
||||
package consts
|
||||
|
||||
const (
|
||||
StoreEnable = iota + 1
|
||||
StoreDisable
|
||||
)
|
||||
Reference in New Issue
Block a user