使用angularjs从数据库中获取

时间:2019-02-08 23:31:20

标签: php angularjs

我正在使用angularjs从数据库中获取。在离线版本中,它可以正常运行,但是当我将其放在网上时,它给了我这个错误:

  

{“数据”:“”,“状态”:500,“配置”:{“方法”:“ POST”,“ transformRequest”:[null],“ transformResponse”:[null],“ jsonpCallbackParam”: “ callback”,“ url”:“ current_user_process.php”,“ headers”:{“ Accept”:“ application / json,   text / plain, / “}},” statusText“:”“,” xhrStatus“:” complete“}

current_user_process.php是php文件。

我在网上看了看,看到了这个this,但我不明白,它也明白了

  

无法加载资源:服务器的状态为500()

一切都在脱机版本中运行完美。

这是连接到后端的代码

  

$ http({方法:“ POST”,
  网址:“ current_user_process.php”
  })。then(函数mysuccess(res){        $ scope.currentUser = res.data [0];          });

0 个答案:

没有答案