1 Star 1 Fork 5

infraboard / go-share-examples

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
order.go 240 Bytes
一键复制 编辑 原始数据 按行查看 历史
Mr.Yu 提交于 2021-12-10 20:15 . rpc
package handler
import (
"net/http"
"github.com/julienschmidt/httprouter"
)
func CreateOrder(w http.ResponseWriter, r *http.Request, _ httprouter.Params) {
// http.client POST doamin/proudct/ Proudct{}
w.Write([]byte("Order"))
}
Go
1
https://gitee.com/infraboard/go-share-examples.git
git@gitee.com:infraboard/go-share-examples.git
infraboard
go-share-examples
go-share-examples
f243a2248fe7

搜索帮助