1
This commit is contained in:
@@ -46,7 +46,6 @@ func (a *API) AccessStorePage(action string, bizParams map[string]interface{}) (
|
||||
if !jsonResult1["successed"].(bool) {
|
||||
errLevel = platformapi.ErrLevelGeneralFail
|
||||
err = utils.NewErrorCode(jsonResult1["msg"].(string), "-1", 0)
|
||||
baseapi.SugarLogger.Debugf("yinbao AccessStorePageAPI failed, jsonResult1:%s", utils.Format4Output(jsonResult1, true))
|
||||
}
|
||||
} else {
|
||||
errLevel = platformapi.ErrLevelGeneralFail
|
||||
|
||||
Reference in New Issue
Block a user