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