1
This commit is contained in:
@@ -50,6 +50,13 @@ const (
|
||||
OrderStatusPayCancel = 3
|
||||
OrderStatusRefund = 4
|
||||
|
||||
printMsgAlreadySend = 2 //已经发出打印消息
|
||||
printMsgSuccess = 1 //打印成功
|
||||
PrintMsgWait = 0 //待打印
|
||||
printMsgFail = -1 //打印失败(打印机报出)
|
||||
PrintMsgErr = -2 //京西报出
|
||||
printMsgAlreadyLoad = 3 //已放入队列
|
||||
|
||||
PayTypeTL = "tl" //通联支付
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user