1
This commit is contained in:
@@ -4,7 +4,6 @@ import (
|
||||
"encoding/json"
|
||||
"errors"
|
||||
"git.rosy.net.cn/baseapi/utils"
|
||||
"git.rosy.net.cn/jx-callback/globals"
|
||||
"time"
|
||||
)
|
||||
|
||||
@@ -761,9 +760,7 @@ func (a *API) EcommerceGetOrderIdByPage(poiCode string, startTime, endTime time.
|
||||
params["vernier"] = vernier
|
||||
}
|
||||
result, err := a.AccessAPI2("ecommerce/order/getOrderIdByPage", false, params, "", "")
|
||||
globals.SugarLogger.Debugf("=======parma := %s", utils.Format4Output(params, false))
|
||||
if err != nil {
|
||||
globals.SugarLogger.Debugf("=======err := %v", err)
|
||||
return nil, err
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user