| | |
| | | import io.swagger.annotations.ApiImplicitParams; |
| | | import io.swagger.annotations.ApiOperation; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.web.bind.annotation.PostMapping; |
| | | import org.springframework.web.bind.annotation.RequestMapping; |
| | | import org.springframework.web.bind.annotation.ResponseBody; |
| | | import org.springframework.web.bind.annotation.RestController; |
| | | import org.springframework.web.bind.annotation.*; |
| | | import org.springframework.web.multipart.MultipartFile; |
| | | |
| | | import javax.annotation.Resource; |
| | |
| | | }) |
| | | public ResultUtil<List<Goods>> pointsMallList(MallRequest request){ |
| | | try { |
| | | System.out.println("======request========"+request); |
| | | return ResultUtil.success(tauService.queryAppUserIntegral(request)); |
| | | }catch (Exception e){ |
| | | return ResultUtil.runErr(); |