zhangqian
2023-09-13 0457f96716de8125560f332fcf718100b9f754eb
api/v1/plc.go
@@ -19,9 +19,9 @@
// @Produce   application/json
// @Param     object  body    request.SendProcessParams true  "查询参数"
// @Success   200   {object}  contextx.Response{data=response.ProductProgress}  "成功"
// @Router    /v1/plc/productProgress [get]
// @Router    /v1/plc/productProgress [post]
func (slf *PlcApi) GetProductProgress(c *gin.Context) {
   var params request.SendProcessParams
   var params request.GetProductProgress
   ctx, ok := contextx.NewContext(c, &params)
   if !ok {
      return