常用CURL命令參數形式

curl -X POST \

  http://localhost:8333/rpc \

  -H 'Content-Type: application/json' \

  -H 'Postman-Token: 4715174f-fe34-456f-9187-d0221cee8934,0cfc4c36-8122-44be-bffb-ef1693db094b' \

  -H 'cache-control: no-cache,no-cache' \

  -d '{

    "ver": "1.0",

    "context": {},

    "iface": "接口",

    "method": "方法",

    "args": {

       "Id":"\"2147607510\"",   (long型)

       "date": "\"2020-02-17\"",  (date型)

      "offset": 0,

      "limit": 10

    },

    "metas": null

}'

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章