【发布时间】:2015-07-02 22:47:38
【问题描述】:
我在使用 Satellizer api 注册时遇到问题,当在我的后端使用 CodeIgniter 调用方法 $auth.signup(user) 时,我无法检索用户发送的值。
我什么都试过了
我的库 REST 用于选项调用的方法
$this->options('name'); // this is null
link图书馆
我尝试使用此手动获取有效负载
$request_body = file_get_contents('php://input');
$data = json_decode($request_body); //this is null too
我不知道会不会,请帮帮我!
谢谢大家!! 最好的问候。
【问题讨论】:
标签: php codeigniter codeigniter-restserver satellizer