京东商城修改订单取的时间
This commit is contained in:
@@ -427,7 +427,7 @@ func (a *API) OrderDetail(orderId string) (orderDetailResult *OrderDetailResult,
|
||||
if len(expectedDeliveredTime2) > 0 {
|
||||
times := strings.Split(expectedDeliveredTime2[1], ",")
|
||||
if len(times) > 1 {
|
||||
orderDetailResult.ExpectedDeliveredTime = times[0] + " " + times[1][:strings.Index(times[1], ":")] + ":00:00"
|
||||
orderDetailResult.ExpectedDeliveredTime = times[0] + " " + times[1][:strings.Index(times[1], ":")] + ":50:00"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user