This commit is contained in:
邹宗楠
2023-08-30 09:51:41 +08:00
parent 4a92d2f671
commit 1b46b66eeb
2 changed files with 3 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ import (
"encoding/json"
"errors"
"git.rosy.net.cn/baseapi/utils"
"git.rosy.net.cn/jx-callback/globals"
"time"
)
@@ -571,6 +572,7 @@ func (a *API) OrderLogisticsFee(orderID int64) (payFee float64, err error) {
result, err := a.AccessAPI("order/logistics/status", true, map[string]interface{}{
KeyOrderID: orderID,
})
globals.SugarLogger.Debugf("=resutl := %s", utils.Format4Output(result, false))
if err != nil {
return 0, err
}