Commit 5f2c24ff by Joneq

提交代码

parent 1ade32c0
Showing with 10 additions and 2 deletions
# Demo # 仓库拍照
## 项目简介 ## 项目简介(Kratos)
1.20200818项目准备完成 1.20200818项目准备完成
#启动代码
go run ./cmd/main.go -conf=./configs/ -log.dir=./logs
#简介
用来支持出库拍照的服务实现
...@@ -247,6 +247,7 @@ func submitOrder(c *bm.Context) { ...@@ -247,6 +247,7 @@ func submitOrder(c *bm.Context) {
c.JSON("提交成功",nil) c.JSON("提交成功",nil)
} }
//获取订单详情ID
func getOrderDetailId(c *bm.Context) { func getOrderDetailId(c *bm.Context) {
ordersn,_ := c.Params.Get("order_id") ordersn,_ := c.Params.Get("order_id")
......
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