Browse Source

修改举报接口报错问题

qrs 3 months ago
parent
commit
5c9cdf39b5

+ 1 - 0
alien-store/src/main/java/shop/alien/store/service/impl/LifeUserViolationServiceImpl.java

@@ -199,6 +199,7 @@ public class LifeUserViolationServiceImpl extends ServiceImpl<LifeUserViolationM
             }
         }
 
+        jsonObject.put("title", "平台已受理");
         jsonObject.put("message", message);
         lifeNotice.setContext(jsonObject.toJSONString());
         lifeNotice.setNoticeType(1);