Commit 2b4e0581 by mushishixian

fix

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