Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
杨树贤
/
bom_server
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
2b4e0581
authored
Oct 12, 2020
by
mushishixian
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
fix
parent
51040247
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
README.md
internal/service/dingding.go
README.md
View file @
2b4e0581
# 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
internal/service/dingding.go
View file @
2b4e0581
package
service
import
(
"bom_server/internal/common"
"encoding/json"
"fmt"
"github.com/imroc/req"
"net/http"
"net/url"
"bom_server/internal/common"
"strconv"
"time"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment