dpvmtdu364462 2016-02-19 08:35
浏览 75
已采纳

将JSON POST到API并使用PHP检索数据

I'm trying to use this API and POST to it with the required parameters.

Using this code:

function postToService_php( $urlAbs, $data ) {
    $dataJSON = json_encode($data);
    $ch = curl_init();
    curl_setopt($ch, CURLOPT_URL, $urlAbs);
    curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST");                                                                     
    curl_setopt($ch, CURLOPT_POSTFIELDS, $dataJSON);                                                                  
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);                                                                      
    curl_setopt($ch, CURLOPT_HTTPHEADER, array(                                                                          
        'Content-Type: application/json',                                                                                
        'Content-Length: ' . strlen($dataJSON))                                                                       
    );
    $resultJSON = curl_exec($ch);
    return $resultJSON;
}

$postData = array(
    'UserName' => '*username*',
    'Password' => '*password*',
    'Area' => 1
);

var_dump(postToService_php('http://e20prodwebapi.esmartapi.com/api/Authenticate', $postData));

This seems to give string(0) "" as a result, what am I doing wrong here?

  • 写回答

3条回答 默认 最新

  • dongruidian3064 2016-02-19 09:16
    关注

    this API https is required. I don't have account so can't test.

    https://e20prodwebapi.esmartapi.com/api/Authenticate
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?

悬赏问题

  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 信号傅里叶变换在matlab上遇到的小问题请求帮助
  • ¥15 保护模式-系统加载-段寄存器
  • ¥15 电脑桌面设定一个区域禁止鼠标操作
  • ¥15 求NPF226060磁芯的详细资料