结构修改

This commit is contained in:
renzhiyuan 2025-09-29 18:08:54 +08:00
parent 4f2e76d70d
commit 38c91226dc
1 changed files with 6 additions and 0 deletions

View File

@ -185,6 +185,12 @@ func (w *ZltxOrderDetailTool) getZltxOrderDetail(ch chan entitys.Response, c *we
if err != nil {
return fmt.Errorf("订单日志解析失败:%s", err)
}
} else {
ch <- entitys.Response{
Index: w.Name(),
Content: "该订单无充值流水记录,不需要进行订单错误分析,建议检查订单收单模式以及扣款方式等原因😘",
Type: entitys.ResponseText,
}
}
return