diff --git a/platformapi/ebaiapi/store_page.go b/platformapi/ebaiapi/store_page.go index d159d7fb..fc4103d5 100644 --- a/platformapi/ebaiapi/store_page.go +++ b/platformapi/ebaiapi/store_page.go @@ -78,9 +78,9 @@ func (a *API) AccessStorePage(subURL string) (retVal map[string]interface{}, err return platformapi.ErrLevelSuccess, nil } newErr := utils.NewErrorIntCode(jsonResult1["errmsg"].(string), code) - if code == ResponseCodeCallElmFailed { - return platformapi.ErrLevelRecoverableErr, newErr - } + // if code == ResponseCodeCallElmFailed { + // return platformapi.ErrLevelRecoverableErr, newErr + // } baseapi.SugarLogger.Debugf("ebai AccessStorePage failed, jsonResult1:%s", utils.Format4Output(jsonResult1, true)) return platformapi.ErrLevelCodeIsNotOK, newErr })