This website works better with JavaScript.
Home
Explore
Help
Sign In
tgo
/
rabbitmq
Watch
6
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
6
Wiki
Activity
Browse Source
增加打印退款队列名
master
v0.4.1
guzeng
3 years ago
parent
e0da109389
commit
8d6e6ab59c
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
variable.go
+ 3
- 0
variable.go
View File
@ -94,6 +94,9 @@ const ORDER_VERIFY_KEY = "verify"
//订单核销打印队列,打印服务用
const
PRINT_ORDER_VERIFY_QUEUE
=
"print_order_verify_queue"
//订单退款打印队列,打印服务用
const
PRINT_ORDER_REFUND_QUEUE
=
"print_order_refund_queue"
//订单延迟队列路由
const
ORDER_DELAY_EXCHANGE
string
=
"ex_order_delay"
Write
Preview
Loading…
Cancel
Save