结构修改

This commit is contained in:
renzhiyuan 2025-09-29 18:22:51 +08:00
parent 845a1ff615
commit 8b57afd572
1 changed files with 8 additions and 5 deletions

View File

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