fix: 详情页hero取值、请求contentType

This commit is contained in:
guozhigq
2023-09-09 09:41:42 +08:00
parent 8ff4259972
commit 0e39453558
2 changed files with 8 additions and 7 deletions

View File

@ -96,7 +96,6 @@ class Request {
'user-agent': headerUa('pc'),
'Accept-Encoding': 'gzip'
},
contentType: Headers.jsonContentType,
persistentConnection: true,
);