旭LLTP

155 经验值

"message": "Argument 3 passed to Dingo\\Api\\Http\\Response\\Factory::collection() must be of the type array, object given, called

如题,
比如我写了一个接口

user(Request $request ){
    return xxx;
}

怎么写一个Request带请求资源的调用这个接口呢?