Administrator
2020-02-24 898bf7fa7eb1ba538d0af7f3c8f016dd29c4ac2c
fanli/src/main/java/com/yeshi/fanli/controller/client/v2/DynamicControllerV2.java
@@ -702,12 +702,14 @@
   @RequestMapping(value = "evaluateShare", method = RequestMethod.POST)
   public void evaluateShare(AcceptData acceptData, Long uid, String id, Integer type, Long goodsId, Integer goodsType,
         PrintWriter out) {
      // 老版动态
      if (1 > 0) {
         oldDynamicShare(acceptData, uid, id, type, goodsId, goodsType, out);
         return;
      }
      
      if (uid == null) {
         out.print(JsonUtil.loadFalseResult("用户未登录"));
         return;