diff --git a/platformapi/ebaiapi/store_page.go b/platformapi/ebaiapi/store_page.go index f989ee8e..5d47fd45 100644 --- a/platformapi/ebaiapi/store_page.go +++ b/platformapi/ebaiapi/store_page.go @@ -350,6 +350,9 @@ func (a *API) AccessStorePage2(subURL string, params map[string]interface{}, isP return platformapi.ErrLevelRecoverableErr, fmt.Errorf("mapData is nil") } retVal = jsonResult1 + if jsonResult1["errno"] == nil { + baseapi.SugarLogger.Warnf("ebai AccessStorePage2, jsonResult1:%s", utils.Format4Output(jsonResult1, true)) + } code := int(utils.MustInterface2Int64(jsonResult1["errno"])) if code == ResponseCodeSuccess { if subURL == swithShopURL {