diff --git a/platformapi/tbunionapi/tbunionapi.go b/platformapi/tbunionapi/tbunionapi.go index 0b3fbd3a..0dc0cf7c 100644 --- a/platformapi/tbunionapi/tbunionapi.go +++ b/platformapi/tbunionapi/tbunionapi.go @@ -124,7 +124,7 @@ func (a *API) AccessStorePage(fullURL string, bizParams map[string]interface{}, if jsonResult1 == nil { return platformapi.ErrLevelRecoverableErr, fmt.Errorf("mapData is nil") } - if strings.Contains(bodyStr, "登录") || strings.Contains(bodyStr, "访问的内容") { + if strings.Contains(bodyStr, "阿里妈妈") || strings.Contains(bodyStr, "联系客服") { return platformapi.ErrLevelRecoverableErr, fmt.Errorf("cookie可能过期了!") } if err == nil {