查待出库的
This commit is contained in:
@@ -36,7 +36,7 @@ const (
|
||||
var (
|
||||
TopicList = []string{
|
||||
"open_message_order_order_pay", //订单付款
|
||||
// "open_message_pop_order_out", //POP订单出库
|
||||
"open_message_pop_order_out", //POP订单出库
|
||||
// "open_message_pop_order_create", //POP订单创建
|
||||
// "open_message_pop_order_change", //POP订单变更消息
|
||||
// "open_message_order_order_finish", //订单完成
|
||||
|
||||
@@ -3,7 +3,8 @@ package jcqapi
|
||||
import (
|
||||
"fmt"
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"git.rosy.net.cn/baseapi/utils"
|
||||
|
||||
"git.rosy.net.cn/baseapi"
|
||||
"go.uber.org/zap"
|
||||
@@ -22,5 +23,5 @@ func init() {
|
||||
}
|
||||
|
||||
func TestConsumeInfo(t *testing.T) {
|
||||
fmt.Println(time.Now().Second())
|
||||
fmt.Println(utils.Str2Float64("2.60"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user