1,接口链接

https://xxx.com/xqAppServer/api/APPBizRest/idfaDuplicateRemove/v1/?sysIdfa=661743D1-A76E-498A-B4D8-F4E239654569&adveriseChannel=3

2,讲json数据写入文本

cat 1.json

{
"sysIdfa":"561743D1-A76E-498A-B4D8-F4E239654569",
"adveriseChannel":"3"
}

3,cat读取json数据,传到curl 命令下

cat 1.json | curl -H "Content-Type:application/json" -X POST -d @- https://xxx.com/xqAppServer/api/APPBizRest/idfaDuplicateRemove/v1/

 

 

 

相关文章:

  • 2022-12-23
  • 2021-08-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-09
  • 2022-12-23
  • 2021-11-20
  • 2021-08-06
相关资源
相似解决方案