This commit is contained in:
suyl
2021-06-04 11:20:06 +08:00
parent 314a761451
commit b977fc280c

View File

@@ -34,6 +34,7 @@ const (
MsgTypeStoreStatusChanged = "storeStatusChanged"
MsgTypeStoreAuditStatusChanged = "storeAuditStatusChanged"
MsgTypeSkuDelete = "skuDelete"
MsgTypeStoreBind = "storeBind"
)
type CallbackResponse struct {