- remove a useless debug msg
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
package weimobapi
|
package weimobapi
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"git.rosy.net.cn/baseapi"
|
|
||||||
"git.rosy.net.cn/baseapi/utils"
|
|
||||||
"github.com/fatih/structs"
|
"github.com/fatih/structs"
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -55,7 +53,7 @@ func (a *API) CancelOrder(orderNo int64, specificCancelReason string) (err error
|
|||||||
|
|
||||||
func (a *API) DeliveryOrder(orderDeliveryInfo *DeliveryOrder) (err error) {
|
func (a *API) DeliveryOrder(orderDeliveryInfo *DeliveryOrder) (err error) {
|
||||||
apiParams := structs.Map(orderDeliveryInfo)
|
apiParams := structs.Map(orderDeliveryInfo)
|
||||||
baseapi.SugarLogger.Debug(utils.Format4Output(apiParams, false))
|
// baseapi.SugarLogger.Debug(utils.Format4Output(apiParams, false))
|
||||||
_, err = a.AccessAPI("order/deliveryOrder", apiParams)
|
_, err = a.AccessAPI("order/deliveryOrder", apiParams)
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user