如何使用翻新2上传包含json对象内部的文件?

时间:2018-08-12 14:32:44

标签: android retrofit retrofit2 okhttp okhttp3

我有这个json结构

"documents": {
0: {
    "title": 'Some title',
    "type": 4,
    "file": file,
},
1: {
    "title": 'Some title',
    "description": 'Some description',
    "type": 3,
    "file": file,
},
"someKey": {
    "title": 'Some title',
    "description": 'Some description',
    "type": 3,
    "file": file,
}}

如何使用此json结构将文件上传到服务器?

0 个答案:

没有答案