send
This commit is contained in:
@@ -5,6 +5,8 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"git.rosy.net.cn/baseapi/platformapi/jdeclpapi"
|
||||
|
||||
"git.rosy.net.cn/jx-callback/globals"
|
||||
|
||||
"git.rosy.net.cn/jx-callback/business/jxstore/financial"
|
||||
@@ -516,3 +518,13 @@ func RechargeMtMembers(ctx *jxcontext.Context, phone int) (err error) {
|
||||
}
|
||||
return err
|
||||
}
|
||||
|
||||
func SendJdDelivery(ctx *jxcontext.Context, dOrder *model.DeliveryOrder) (err error) {
|
||||
var (
|
||||
db = dao.GetDB()
|
||||
)
|
||||
|
||||
dao.WrapAddIDCULEntity(dOrder, ctx.GetUserName())
|
||||
api.JdEclpAPI.WaybillReceive(&jdeclpapi.WaybillReceiveParam{})
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user