如何使用Alamofire发布以下数据
[{
OrgId: 1001,
ClassworkId: 999800580,
UniqueText: '',
FullFileName: 'download.jpg',
}, {
OrgId: 1001,
ClassworkId: 0,
UniqueText: 'abc-126',
FullFileName: 'download (1).jpg',
}]
我想以JSON格式传递这些数据。我正在使用SwiftJson。