我想通过离子项目中的服务来调用网址。 网址应该是www.helloworld.com/getdetails?a=10&b=20&c=30
服务电话就是这样做的
$http({
method: "POST",
url:"/getIdeaList",
params:{'a':10,'b':20,'c':30},
headers: {
'devicemetadata':deviceMetadata,
'Encoding':"UTF-8",
'deviceID':deviceID
}
});
//getIdeaList is proxy for Url-www.helloworld.com/getdetails
我试着像这样,但它的呼唤就像这样--www.helloworld.com/getdetails?a=10&和b = 20&安培;安培; C = 30 \ n