开发者社区 问答 正文

Linux下如何使用CURL方式访问钉钉oapi接口

Linux下如何使用CURL方式访问钉钉oapi接口

展开
收起
游客2q7uranxketok 2021-02-25 14:51:30 1139 分享 版权
1 条回答
写回答
取消 提交回答
  • curl -l -H "Content-type: application/json" -X POST -d '{"suite_key":"suite6ni7vdaqzpwlvger", "auth_corpid":"xxxxx", "permanent_code":"xxxx"}' https://oapi.dingtalk.com/user/get?access_token=ACCESS_TOKEN&userid=zhangsan

    2021-02-25 14:51:43
    赞同 展开评论