var postCfg = { headers: { 'Content-Type': 'application/x-www-form-urlencoded' }, transformRequest: function (data) { return $.param(data); } }; $http.post("f2fPageInfo.do",{type:-1,pgNo:1,pgSize:5},postCfg).success(function(data){ })
var postCfg = { headers: { 'Content-Type': 'application/x-www-form-urlencoded' }, transformRequest: function (data) { return $.param(data); } }; $http.post("f2fPageInfo.do",{type:-1,pgNo:1,pgSize:5},postCfg).success(function(data){ })