zhangqian
2023-09-14 e77e66d681cd2676675d194211f171744e23b479
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