Browse Source

增加postman测试用例

master
elinkthings 3 years ago
parent
commit
a05756e901
1 changed files with 36 additions and 0 deletions
  1. 36
    0
      wifi秤postman测试接口-体脂算法.postman_collection.json

+ 36
- 0
wifi秤postman测试接口-体脂算法.postman_collection.json View File

@@ -0,0 +1,36 @@
{
"info": {
"_postman_id": "19b3a338-84b5-4399-9777-cc100970d714",
"name": "wifi秤postman测试接口-体脂算法",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "体脂秤算法-local Copy",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "localhost:8002/getBodyFat",
"host": [
"localhost"
],
"port": "8002",
"path": [
"getBodyFat"
]
}
},
"response": []
}
]
}

Loading…
Cancel
Save