This commit is contained in:
邹宗楠
2026-03-30 09:11:19 +08:00
parent af8e4a2b74
commit 9c106cd511
4 changed files with 110 additions and 1 deletions

View File

@@ -190,7 +190,7 @@ func onTLpayFinished(call *tonglianpayapi.CallBackResult) (err error) {
}
if err = api.WeixinMiniAPI2.SNSSendGoodsOrder(param); err != nil {
ddmsg.SendUserMessage(dingdingapi.MsgTyeText, "2452A93EEB9111EC9B06525400E86DC0", "物料发货推送", fmt.Sprintf("物料商城下单,发货错误:%s,请注意查看,err:%s", order.VendorOrderID, err.Error()))
ddmsg.SendUserMessage(dingdingapi.MsgTyeText, "2452A93EEB9111EC9B06525400E86DC0", "物料发货推送", fmt.Sprintf("物料商城下单,发货错误:%s,请注意查看,err:%s,%s", order.VendorOrderID, err.Error(), utils.Format4Output(param, false)))
}
}