mirror of http://gitlab.batiao8.com/yic/film.git
arrs
This commit is contained in:
parent
aff454cda3
commit
b77d70dcf4
|
@ -75,7 +75,7 @@ func (s *SyncOrder) run() {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
var arrs []interface{}
|
var arrs []interface{}
|
||||||
if err := json.Unmarshal([]byte(originText), arrs); err != nil {
|
if err := json.Unmarshal([]byte(originText), &arrs); err != nil {
|
||||||
log.Errorf("json.Unmarsha error :%s", err.Error())
|
log.Errorf("json.Unmarsha error :%s", err.Error())
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue