结构修改
This commit is contained in:
parent
4fb50a9051
commit
6ee4ce6cce
|
@ -122,7 +122,7 @@ func (w *ZltxOrderDetailTool) getZltxOrderDetail(ch chan entitys.Response, c *we
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if codeMap["code"].(float64) != 200 {
|
if codeMap["code"].(float64) != 200 {
|
||||||
return fmt.Errorf("订单查询失败:%s", res.Text)
|
return fmt.Errorf("订单查询失败:%s", codeMap["error"])
|
||||||
}
|
}
|
||||||
|
|
||||||
var resData ZltxOrderDetailResponse
|
var resData ZltxOrderDetailResponse
|
||||||
|
|
Loading…
Reference in New Issue