Commit 82382f48 authored by 陈家荣's avatar 陈家荣

1

parent d627ece7
...@@ -38,6 +38,10 @@ module.exports = { ...@@ -38,6 +38,10 @@ module.exports = {
errorcode: 10006, errorcode: 10006,
errormsg: '不能重复点赞' errormsg: '不能重复点赞'
}, },
PROHIBITION_OF_SPEECH: {
errorcode: 10007,
errormsg: '已被禁言'
},
UNCHECK_ERROR:function(msg){ UNCHECK_ERROR:function(msg){
return { return {
errorcode:9999, errorcode:9999,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment