阅读背景:

YTParamAPI页面返回了整个HTML?

来源:互联网 
$http({
        url: 'https://myURL.com/api/',
        method: "POST",
        data: { 'YTParam' : 'test' }
    })
    .then(function(response) {
            console.log(response.data);
        }, 
        function(response) { // optional
            // failed
        }
    );
$http({
        url: 'https://myURL.com/api/',



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: