@@ -255,7 +255,7 @@ func (this *CustomerOperation) CheckPower() (countLimit int, limitStatus int, er
if count >= countLimit {
return countLimit, limitStatus, fmt.Errorf("对不起,您最多可关注%d个客户", countLimit)
}
- return 0, 0, nil
+ return
// func EntCheckPower(userId string, entId int) (msg string) {