Commit fd33399a by wang

fix

parent cdc7b402
Showing with 2 additions and 0 deletions
......@@ -4,6 +4,7 @@ import (
"flag"
"go_upload_sync/app/queue"
"go_upload_sync/boot"
"log"
)
var (
......@@ -12,6 +13,7 @@ var (
)
func main() {
log.Println("库存消费队列脚本开始……")
//监听 sku_upload_sync
flag.StringVar(&configPath, "config", "./config/dev/", "配置文件")
flag.StringVar(&logPath, "logdir", "./logs/", "日志文件存储目录")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment