DFRobot / DFRobot_SIM7000

MIT License
42 stars 18 forks source link

HTTP Post #13

Open pekpek928 opened 4 years ago

pekpek928 commented 4 years ago

How can i post data to my own server as json.

My server

http://"139.162.46.91:9999/api/v1/device_transaction_detail/hEj6yvoqkMgk7p8uP-4d09138a39be258386a34cd2de3b4a76961db8f5635082d638c8fd28385560af/add"

Data i want to post

{
   "bar": 1.7,
  "system": 1
}
martinius96 commented 3 years ago

Example HTTP of this library contain this.