@@ -124,7 +124,7 @@ func Verification(c *gin.Context, token string) (info global.TokenInfo, err erro
accInfo.PowerId = user.T_power
accInfo.Phone = user.T_phone
accInfo.Name = user.T_name
- if pid > 0 {
+ if pid == 0 {
accInfo.UsePid = pid
}