mirror of http://gitlab.batiao8.com/yic/film.git
fixbug
This commit is contained in:
parent
3bd14f8382
commit
a0c9011d1c
|
@ -68,7 +68,7 @@ func (s *SyncOrder) run() {
|
|||
return
|
||||
}
|
||||
|
||||
cipherText := cast.ToSlice(result["data"])
|
||||
cipherText := cast.ToString(result["data"])
|
||||
datas, err := common.Decrypt(cipherText, s.token)
|
||||
if err != nil {
|
||||
log.Errorf("common.Decrypt error :%s", err.Error())
|
||||
|
|
Loading…
Reference in New Issue