Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CnChunfeng
/
photo_taking
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
5f2c24ff
authored
Sep 02, 2020
by
Joneq
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
提交代码
parent
1ade32c0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
README.md
internal/server/http/server.go
README.md
View file @
5f2c24ff
#
Demo
#
仓库拍照
## 项目简介
## 项目简介
(Kratos)
1.
20200818项目准备完成
#启动代码
go run ./cmd/main.go -conf=./configs/ -log.dir=./logs
#简介
用来支持出库拍照的服务实现
internal/server/http/server.go
View file @
5f2c24ff
...
...
@@ -247,6 +247,7 @@ func submitOrder(c *bm.Context) {
c
.
JSON
(
"提交成功"
,
nil
)
}
//获取订单详情ID
func
getOrderDetailId
(
c
*
bm
.
Context
)
{
ordersn
,
_
:=
c
.
Params
.
Get
(
"order_id"
)
...
...
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