京东商城订单数据修改

This commit is contained in:
苏尹岚
2020-06-19 08:27:40 +08:00
parent c68e371d2d
commit 4295e4f123
3 changed files with 17 additions and 8 deletions

View File

@@ -94,3 +94,7 @@ func (c *DeliveryHandler) GetWaybillFee(order *model.GoodsOrder) (deliveryFeeInf
func (c *DeliveryHandler) ComplaintRider(bill *model.Waybill, resonID int, resonContent string) (err error) {
return err
}
func (c *DeliveryHandler) OnWaybillMsg() {
}

View File

@@ -1 +1,7 @@
package jdeclp
import "git.rosy.net.cn/jx-callback/globals/testinit"
func init() {
testinit.Init()
}