Browse Source

wip:调整

fuwencai 1 year ago
parent
commit
ac9a678e14
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/jfw/modules/bigmember/src/service/follow/enterprise.go

+ 1 - 1
src/jfw/modules/bigmember/src/service/follow/enterprise.go

@@ -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,
 		})