fix
wangpengfei
2023-07-19 e5e75fcbb5b5115da6e5069817a4bfdd892b95bb
api/v1/salesReturn.go
@@ -104,7 +104,7 @@
//   @Tags      SalesReturn
//   @Summary   获取销售退货列表
//   @Produce   application/json
//   @Success   200   {object}   contextx.Response{}
//   @Success   200   {object}   contextx.Response{data=response.SalesReturnResponse}
//   @Router      /api/salesReturn/list [get]
func (s *SalesReturnApi) List(c *gin.Context) {
   ctx, ok := contextx.NewContext(c, nil)