提交 7801d8a6 authored 作者: gukai's avatar gukai

upstream

上级 b1658d72
...@@ -6,6 +6,7 @@ import ( ...@@ -6,6 +6,7 @@ import (
"time" "time"
) )
type NsqConfig struct { type NsqConfig struct {
Topic string Topic string
Channel string Channel string
......
...@@ -7,3 +7,19 @@ const ( ...@@ -7,3 +7,19 @@ const (
Cloud = 1 Cloud = 1
Sn = 8 Sn = 8
) )
var (
//消息类型
ProductExpire = 101
ProductModify = 102
ProductPrice = 103
ProductRepost = 104
OrderSendgoods = 201
OrderComfirmReceiveGoods = 202
OrderSuccess = 203
OrderCancel = 204
RefundApply = 300
RefundAgree = 301
RefundRefuse = 302
RefundSuccess = 303
)
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论