|
@@ -92,7 +92,7 @@ func CurlCurrencyRateApi() (resList []*CurrencyRateItem, err error) {
|
|
|
item.Rate = f
|
|
|
t, e := time.ParseInLocation(utils.FormatDateTime, v.UpdateTime, time.Local)
|
|
|
if e != nil {
|
|
|
- err = fmt.Errorf("rate api time parse err: %v", e)
|
|
|
+ global.LOG.Errorf("rate api time parse err:", e)
|
|
|
continue
|
|
|
}
|
|
|
item.UpdateTime = t
|