结构修改

This commit is contained in:
renzhiyuan 2025-09-29 09:47:13 +08:00
parent 4fb50a9051
commit 6ee4ce6cce
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ func (w *ZltxOrderDetailTool) getZltxOrderDetail(ch chan entitys.Response, c *we
return
}
if codeMap["code"].(float64) != 200 {
return fmt.Errorf("订单查询失败:%s", res.Text)
return fmt.Errorf("订单查询失败:%s", codeMap["error"])
}
var resData ZltxOrderDetailResponse