新版仿ok交易所-后端
1
zj
yesterday f31fc9f42f78de0808e7f4bdc797c5e622df09e3
trading-order-admin/src/main/java/com/yami/trading/api/controller/ApiOtcOnlineChatController.java
@@ -107,7 +107,7 @@
         }
         
         if(StringUtils.isEmptyString(orderNo)) {
            throw new YamiShopBindException("订单号不能未空");
            throw new YamiShopBindException("Order number is required");
         }
         otcOnlineChatMessageService.saveSend(SecurityUtils.getCurrentUserId(), type, content, null, orderNo);
@@ -130,7 +130,7 @@
         int unreadMsg = 0;
         String orderNo = request.getParameter("orderNo");
         if(StringUtils.isEmptyString(orderNo)) {
            throw new YamiShopBindException("订单号不能未空");
            throw new YamiShopBindException("Order number is required");
         }
         unreadMsg = otcOnlineChatMessageService.unreadMsg(orderNo, SecurityUtils.getCurrentUserId());
         resultObject.setData(unreadMsg);