摘要: 使用gin提供的玩意`json:"别名"` package Module type ProdModel struct { ProdID int `json:"pId"` ProdName string `json:"pName"` } 阅读全文
posted @ 2021-02-09 14:42 动力起点 阅读(109) 评论(0) 推荐(0)
摘要: 1.服务提供者 // 数据模型 type ProdsRequest struct { Size int `form:"size"`} import ( "github.com/gin-gonic/gin" "github.com/micro/go-micro/registry" "github.co 阅读全文
posted @ 2021-02-09 11:38 动力起点 阅读(170) 评论(0) 推荐(0)