afnetworking 提交表单数据

    AFHTTPRequestOperationManager *manager = [AFHTTPRequestOperationManager manager];
    
    [manager.requestSerializer setValue:@"application/x-www-form-urlencoded" forHTTPHeaderField:@"Content-Type"];

afnetworking  提交表单数据时要使用 application/x-www-form-urlencoded

猜你喜欢

转载自dsr-22.iteye.com/blog/2236098