提交 b79037cf 编写于 作者: minghao.wu's avatar minghao.wu

fix: 提交接口返回成功为发布成功

上级 c6cbb182
...@@ -453,7 +453,7 @@ public class AnalysisController { ...@@ -453,7 +453,7 @@ public class AnalysisController {
} }
PicaResponse picaResponse = ReturnUtil.getPicaResponse(PicaResultCode.SUCCESS); PicaResponse picaResponse = ReturnUtil.getPicaResponse(PicaResultCode.SUCCESS);
picaResponse.setData(""); picaResponse.setMessage("发布成功");
return picaResponse; return picaResponse;
} }
......
...@@ -8,4 +8,5 @@ import com.pica.cloud.foundation.entity.PicaResponse; ...@@ -8,4 +8,5 @@ import com.pica.cloud.foundation.entity.PicaResponse;
*/ */
public interface AntiSpamService { public interface AntiSpamService {
PicaResponse processString(String content); PicaResponse processString(String content);
} }
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册