suchen

Heim  >  Fragen und Antworten  >  Hauptteil

angular.js - angularjs-ngResource 强制要求返回数据为object

Error: [$resource:badcfg] Error in resource configuration for action query. Expected response to contain an array but got an object
query()方法要求服务端返回的是array类型,而我的后端返回的是一个对象(object)包含分页等数据,data成员才是post列表。
请问在不修改服务端的情况下如何解决这个问题?

天蓬老师天蓬老师2744 Tage vor552

Antworte allen(3)Ich werde antworten

  • 淡淡烟草味

    淡淡烟草味2017-05-15 16:55:15

    搞定了。实例化Post模型时加个参数就行了。哇哈哈哈

    Antwort
    0
  • 大家讲道理

    大家讲道理2017-05-15 16:55:15

    可以重写query方法,今天在qq群里我已经告诉你了

    Antwort
    0
  • PHPz

    PHPz2017-05-15 16:55:15

    直接用get不就好了?

    Antwort
    0
  • StornierenAntwort