retrofit2 提交DES加密@Body String 报错(转义字符)

加密之前:
{"aa":"bb"}
加密后提交到服务器: 解密后
“{\"aa\":\"bb\"}"

这并不是我们想要的让后台获取到的string字符串