- 门店状态消息相关的状态常量
This commit is contained in:
@@ -10,6 +10,13 @@ import (
|
||||
"git.rosy.net.cn/baseapi/utils"
|
||||
)
|
||||
|
||||
const (
|
||||
MsgPoiStatusOpened = 121 // 121=营业
|
||||
MsgPoiStatusClosed = 120 // 120=休息
|
||||
MsgPoiStatusOnline = 18 // 18=上线
|
||||
MsgPoiStatusOffline = 19 // 19=下线
|
||||
)
|
||||
|
||||
const (
|
||||
MsgTypeWaybillStatus = "waybillStatus"
|
||||
MsgTypeNewOrder = "newOrder"
|
||||
@@ -22,6 +29,8 @@ const (
|
||||
MsgTypeOrderModified = "orderModified"
|
||||
MsgTypeOrderRefund = "orderRefund"
|
||||
MsgTypeOrderPartialRefund = "orderPartialRefund"
|
||||
|
||||
MsgTypeStoreStatusChanged = "storeStatusChanged"
|
||||
)
|
||||
|
||||
type CallbackResponse struct {
|
||||
|
||||
Reference in New Issue
Block a user