소스 검색

wip:调整

fuwencai 1 년 전
부모
커밋
ac9a678e14
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,
 		})