|
@@ -180,9 +180,6 @@ func (s *sussBi) RequestLogin(r *ghttp.Request) error {
|
|
|
|
|
|
// CheckLoginOut 检测登录状态是否过期
|
|
|
func (s *sussBi) CheckLoginOut(r *ghttp.Request) bool {
|
|
|
- if r.RequestURI == "/succbi/crm_system/app/crm.app/sales_clues.spg" {
|
|
|
- log.Println("返回状态======", r.Response.Status)
|
|
|
- }
|
|
|
if r.Response.Status == 401 {
|
|
|
return true
|
|
|
}
|