1
This commit is contained in:
@@ -5,7 +5,6 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
"git.rosy.net.cn/baseapi/platformapi"
|
"git.rosy.net.cn/baseapi/platformapi"
|
||||||
"git.rosy.net.cn/baseapi/utils"
|
"git.rosy.net.cn/baseapi/utils"
|
||||||
"git.rosy.net.cn/jx-callback/globals"
|
|
||||||
"net/http"
|
"net/http"
|
||||||
"net/url"
|
"net/url"
|
||||||
"sort"
|
"sort"
|
||||||
@@ -462,10 +461,6 @@ type PreCreateByShopParam struct {
|
|||||||
func (a *API) PreCreateByShop(basicParams *PreCreateByShopParam) (deliveryFee, baseDeliveryFee int64, err error) {
|
func (a *API) PreCreateByShop(basicParams *PreCreateByShopParam) (deliveryFee, baseDeliveryFee int64, err error) {
|
||||||
params := utils.Struct2MapByJson(basicParams)
|
params := utils.Struct2MapByJson(basicParams)
|
||||||
result, err := a.AccessAPI("order/preCreateByShop", params)
|
result, err := a.AccessAPI("order/preCreateByShop", params)
|
||||||
globals.SugarLogger.Debugf("=====result====: %s", utils.Format4Output(result, false))
|
|
||||||
globals.SugarLogger.Debugf("=====result====: %s", utils.Format4Output(err, false))
|
|
||||||
globals.SugarLogger.Debugf("=====basicParams====: %s", utils.Format4Output(basicParams, false))
|
|
||||||
globals.SugarLogger.Debugf("=====basicParams====: %s", utils.Format4Output(a, false))
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return 0, 0, err
|
return 0, 0, err
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -155,6 +155,9 @@ func (a *APIExpress) OrderStatusAndPsInfo(param map[string]interface{}) error {
|
|||||||
a.RefreshToken()
|
a.RefreshToken()
|
||||||
}
|
}
|
||||||
result, err := request.Execute(a.accessTokenObj)
|
result, err := request.Execute(a.accessTokenObj)
|
||||||
|
globals.SugarLogger.Debugf("'==============param : %s", utils.Format4Output(request.Param, false))
|
||||||
|
globals.SugarLogger.Debugf("'==============result : %s", utils.Format4Output(result, false))
|
||||||
|
globals.SugarLogger.Debugf("'==============param : %s", utils.Format4Output(err, false))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user