我在使用 CodeIgniter 制作的后端调用方法 $auth.signup(user) 时遇到了 satellizer api 注册的问题,我无法检索用户发送的值。
我尝试了一切
我的库 REST 用于选项调用的方法
$this->options('name'); // this is null
链接库
我尝试使用此手动获取有效负载
$request_body = file_get_contents('php://input');
$data = json_decode($request_body); //this is null too
我不知道这可以请,帮助我!
谢谢你们!!此致。