This commit is contained in:
jiangyong 2023-08-27 16:17:32 +08:00
parent 3bd14f8382
commit a0c9011d1c
1 changed files with 1 additions and 1 deletions

View File

@ -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())