This commit is contained in:
邹宗楠
2026-03-31 17:24:56 +08:00
parent 44b4249bc8
commit 99c6e1545d
3 changed files with 3 additions and 3 deletions

View File

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