wittyResry / myIssue

My issue mark down^_^ 欢迎吐槽,讨论~~
https://github.com/wittyResry/myIssue/issues
The Unlicense
5 stars 1 forks source link

curl发送post #143

Open wittyResry opened 1 year ago

wittyResry commented 1 year ago
curl -X POST 'xx.xx.xx.xx:30880/api/v1/product' -H 'Content-Type: application/json' -H 'Authorization: Basic xxx' -H 'xxx-tenant-uid: test_uid' -d '
{
  "productName": "xxx",
  "description": "xx",
  "nodeType": 0,
  "authType": "mqtt_basic"
}'