结构修改

This commit is contained in:
renzhiyuan 2025-09-29 18:22:13 +08:00
parent 38c91226dc
commit 845a1ff615
1 changed files with 7 additions and 6 deletions

View File

@ -185,13 +185,14 @@ 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,
}
}
// else {
// ch <- entitys.Response{
// Index: w.Name(),
// Content: "该订单无充值流水记录,不需要进行订单错误分析,建议检查订单收单模式以及扣款方式等原因😘",
// Type: entitys.ResponseText,
// }
//}
return
}