尝试返回银豹cookie错
This commit is contained in:
@@ -41,7 +41,7 @@ func (a *API) AccessStorePage(action string, bizParams map[string]interface{}) (
|
|||||||
} else {
|
} else {
|
||||||
errLevel = platformapi.ErrLevelGeneralFail
|
errLevel = platformapi.ErrLevelGeneralFail
|
||||||
if strings.Contains(jsonResult1["fakeData"].(string), "登录") {
|
if strings.Contains(jsonResult1["fakeData"].(string), "登录") {
|
||||||
err = utils.NewErrorCode("银豹Cookie可能失效了!", "-105", 0)
|
err = utils.NewErrorCode("银豹Cookie可能失效了!", "-1", 0)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
retVal = jsonResult1
|
retVal = jsonResult1
|
||||||
|
|||||||
Reference in New Issue
Block a user