| 12345678910111213141516 |
- # face
- # test1 为 true
- # test2 为 false
- # number
- # test3 为 2
- # test4 为 0
- # curl -H "Content-Type: application/json" -X POST -d '{"examId": 1,"userId": 1,"info": {"baseface": "development/baseImages/MF21320091.png","face": "development/uploadImages/test1.jpg","ok": null}}' "http://127.0.0.1:9100/face"
- # curl -H "Content-Type: application/json" -X POST -d '{"examId": 1,"userId": 1,"info": {"baseface": "development/baseImages/MF21320091.png","face": "development/uploadImages/test2.jpg","ok": null}}' "http://127.0.0.1:9100/face"
- # curl -H "Content-Type: application/json" -X POST -d '{"examId": 1,"userId": 1,"info": {"number": "development/uploadImages/test3.jpg","ok": null}}' "http://127.0.0.1:9100/number"
- curl -H "Content-Type: application/json" -X POST -d '{"examId": 1,"userId": 1,"info": {"number": "development/uploadImages/test4.jpg","ok": null}}' "http://127.0.0.1:9100/number"
|