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, ¶ms) if !ok { return