Reskit patchObject - 在php服务器端提取对象

Reskit patchObject  - 在php服务器端提取对象

问题描述:

I'm trying to handle ios reskit 2.x request on php I send the request this way

[objectManager putObject:obj path:url parameters:params..

I do find the parameters I sent in params by checking

file_get_contents('php://input')

But where can't I find the "obj" - the object that I'm trying to update (Same thing happens with patchObject)

Thanks.

我正在尝试在php上处理ios reskit 2.x请求 我以这种方式发送请求 p >

  [objectManager putObject:obj path:url parameters:params .. 
  code>  pre> 
 
 

我确实找到了我在params中发送的参数 通过检查 p>

  file_get_contents('php:// input')
  code>  pre> 
 
 

但我找不到的地方 “obj” - 我正在尝试更新的对象(与patchObject相同) p>

谢谢。 p> div>

RKObjectRequestOperation was missing