angular.js - angularjs 提交数据为什么会报400错误?
迷茫
迷茫 2017-05-15 17:11:38
0
3
521

提交数据报400badrequest
前台代码如下:

xxx





js代码:
$scope.data = {

line_id:$scope.line_id, train_id:$scope.train_id, station:$scope.station };

$http({

url: 'http://yiwuyahei.com/api/v1/issues', method: 'post', headers: {'Authorization': 'Bearer ' + data.access_token}, data: $scope.data, }) .success(function (data, status, headers, config) alert(123); }) .error(function (data, status, headers, config) { // }) }) 请大神指导哪里有问题?
迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

Antworte allen (3)
为情所困

400是参数错误,查看一下发送的请求参数与后台接口代码所需是否相符~

    仅有的幸福

    400是参数错误 你应该和后台先沟通看看

      phpcn_u1582

      可能是content-type的问题,问问后台传数据的格式,加个contentType: "application/json"试试。

        Neueste Downloads
        Mehr>
        Web-Effekte
        Quellcode der Website
        Website-Materialien
        Frontend-Vorlage
        Über uns Haftungsausschluss Sitemap
        Chinesische PHP-Website:Online-PHP-Schulung für das Gemeinwohl,Helfen Sie PHP-Lernenden, sich schnell weiterzuentwickeln!