| | |
| | | String finalMsg = msg; |
| | | sysUserClient.pushByClientType(WebsocketMessageDTO.builder().message(finalMsg) |
| | | .clientType(ClientTypeEnum.MEMBER).build(), SecurityConstants.INNER); |
| | | // 发送短信 |
| | | authClient.sendSms( |
| | | SmsSendDTO.builder().mobileList(Lists.newArrayList(membeOne.getPhone())) |
| | | .content("出价成功").build(), SecurityConstants.INNER); |
| | | } else { |
| | | AuctionGoods byId = auctionGoodsService.getById(bidVO.getTargetId()); |
| | | R<GoodsSku> goodsSkuOneR = goodsSkuClient.getGoodsSkuOne(byId.getGoodsSkuId(), |
| | |
| | | String finalMsg = msg; |
| | | sysUserClient.pushByClientType(WebsocketMessageDTO.builder().message(finalMsg) |
| | | .clientType(ClientTypeEnum.MEMBER).build(), SecurityConstants.INNER); |
| | | // 发送短信 |
| | | authClient.sendSms( |
| | | SmsSendDTO.builder().mobileList(Lists.newArrayList(membeOne.getPhone())) |
| | | .content("出价成功").build(), SecurityConstants.INNER); |
| | | |
| | | } |
| | | } finally { |