dtra49684 2019-07-25 07:22
浏览 109
已采纳

如何将此邮递员转换为curl php?

postmant apiI have Api in Postman but i can't change to curl php. Maybe somebody can help me

I need using this curl code like this, but i don't how to convert the body (value array and file) using curl

  curl_setopt($ch, CURLOPT_URL,"https://localhost/api/v1/clients/mobile/user");
    curl_setopt($ch, CURLOPT_POST, 1);
    curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST");  
    curl_setopt($ch, CURLOPT_POSTFIELDS, **body data**);
    curl_setopt($ch, CURLOPT_HTTPHEADER, array('Content-Type:multipart/form-data'));
    curl_setopt($ch, CURLOPT_CONNECTTIMEOUT ,0); 

    // receive server response ...
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
    $server_output = curl_exec ($ch);
    curl_close ($ch);
  • 写回答

2条回答 默认 最新

  • doushaju4901 2019-07-25 07:28
    关注

    Postman give you the curl code.

    On the top right of the screen you got code and you select php cURL

    Example

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 为啥画版图在Run DRC会出现Connect Error?可我Calibre的hostname和计算机的hostname已经设置成一样的了。
  • ¥20 网站后台使用极速模式非常的卡
  • ¥20 Keil uVision5创建project没反应
  • ¥15 mmseqs内存报错
  • ¥15 vika文档如何与obsidian同步
  • ¥15 华为手机相册里面的照片能够替换成自己想要的照片吗?
  • ¥15 陆空双模式无人机飞控设置
  • ¥15 sentaurus lithography
  • ¥100 求抖音ck号 或者提ck教程
  • ¥15 关于#linux#的问题:子进程1等待子进程A、B退出后退出(语言-c语言)