Alamofire以格式发布数据

时间:2016-09-07 13:04:24

标签: swift post alamofire

如何使用Alamofire发布以下数据

[{
                OrgId: 1001,
                ClassworkId: 999800580,
                UniqueText: '',
                FullFileName: 'download.jpg',
            }, {
                OrgId: 1001,
                ClassworkId: 0,
                UniqueText: 'abc-126',
                FullFileName: 'download (1).jpg',
            }]

我想以JSON格式传递这些数据。我正在使用SwiftJson。

0 个答案:

没有答案