- 京东,美团和饿百API中,因为已经对部分失败做了处理

This commit is contained in:
gazebo
2019-08-13 17:03:35 +08:00
parent c81c9110bb
commit 4fb34af13d
3 changed files with 5 additions and 4 deletions

View File

@@ -144,8 +144,8 @@ func (a *API) AccessAPI2(cmd string, body map[string]interface{}, trackInfo stri
err = platformapi.RebuildError(err, body, []string{
KeyBaiduShopID,
KeyShopID,
KeySkuID,
KeyCustomSkuID,
// KeySkuID,
// KeyCustomSkuID,
})
return retVal, err
}

View File

@@ -105,7 +105,8 @@ var (
KeyOutStationNo,
KeyStationNo,
"StoreNo",
"outSkuId",
// KeyOutSkuId,
// KeySkuId,
}
)

View File

@@ -186,7 +186,7 @@ func (a *API) AccessAPI2(cmd string, isGet bool, bizParams map[string]interface{
err = platformapi.RebuildError(err, bizParams, []string{
KeyAppPoiCode,
KeyAppPoiCodes,
KeyAppFoodCode,
// KeyAppFoodCode,
})
return retVal, err
}