Commit 2b4e0581 by mushishixian

fix

parent 51040247
Showing with 10 additions and 5 deletions
# bom-server # bom-server
## 项目简介 ## 项目简介
1.GO服务DEMO 1.负责人
杨树贤
2.运行命令 2.主要用途
go run cmd/main.go -conf xxxx 进行bom的匹配
3.运行命令
//监听任务
go run cmd/main.go -config conf/config.ini
//接口服务
go run server/main.go -config conf/config.ini
package service package service
import ( import (
"bom_server/internal/common"
"encoding/json" "encoding/json"
"fmt" "fmt"
"github.com/imroc/req" "github.com/imroc/req"
"net/http" "net/http"
"net/url" "net/url"
"bom_server/internal/common"
"strconv" "strconv"
"time" "time"
) )
......
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