修改音视频样例中生效范围的值为固定值0

This commit is contained in:
RenKaiGe-Office
2018-07-17 18:33:01 +08:00
parent c96a483bed
commit 050fd5796d
3 changed files with 4 additions and 2 deletions

View File

@@ -92,6 +92,8 @@ public class ConfigJedisServiceimpl implements ConfigRedisService {
valBF.append("\t");
} else if (valStr.equals("\\n")) {
valBF.append("\n");
}else {
valBF.append(valStr);
}
}
maatKey = keyBF.toString();