结构修改
This commit is contained in:
parent
845a1ff615
commit
8b57afd572
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue