报文格式如下:
curl -l -H "Content-type: application/json" -X POST -d 'postdata' http://172.20.105.53:8888/web_project/pay/test
其中postdata为具体的报文内容,如果里面有双引号,则外面使用单引号引起来。 最后一个是URL。
报文格式如下:
curl -l -H "Content-type: application/json" -X POST -d 'postdata' http://172.20.105.53:8888/web_project/pay/test
其中postdata为具体的报文内容,如果里面有双引号,则外面使用单引号引起来。 最后一个是URL。
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。