http常用操作

http常用操作

http post 请求

curl -X POST -H 'Content-Type: application/json' -d '{"refundList": [
{"refundNo": 1234567894,"supplierId": 120264,"refundDate": 1576339200,"realWeight": 1001,"realNum": 100,"realPrice": 1.111111,"realAmt": 1112.222111},
{"refundNo": 1234567895,"supplierId": 120264,"refundDate": 1576166400,"realWeight": 100,"realNum": 100,"realPrice": 1,"realAmt": 100}]}' \
http://192.168.254.135:8278/api/DfmService/dfmRefundRecordService/auditRefundRecord

你可能感兴趣的:(协议)