新版仿ok交易所-后端
1
zj
18 hours ago 640ccb9229224642515527daf87f308a7aa9bdf4
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 cannot be empty");
         }
         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 cannot be empty");
         }
         unreadMsg = otcOnlineChatMessageService.unreadMsg(orderNo, SecurityUtils.getCurrentUserId());
         resultObject.setData(unreadMsg);