@@ -182,7 +182,7 @@ func (this *FollowEnt) AddFollow() {
}
if rData != nil && errMsg != nil && errMsg.Error() != "" {
this.ServeJson(Result{
- Error_code: 0,
+ Error_code: -1,
Error_msg: errMsg.Error(),
Data: rData,
})