摘要: @SuppressWarnings("rawtypes") @GetMapping("/info") public Result getInfo(String shopId, HttpServletResponse response) { if(StringUtils.isBlank(shopId)){ return Result.failure("参数不能为空"); } ... 阅读全文
posted @ 2019-08-09 11:43 wanhua.wu 阅读(248) 评论(0) 推荐(0) 编辑