1.访客登记
1.1 接口介绍
1.1.1 访客登记
curl -d
'
{
"appkey": "32bacfc3",
"time": 1487301555980,
"name": "张三",
"startTime": "35135235123",
"endTime": "6435435345",
"photoId": "xxxx",
"isNeedAudit": false
}
'
-H 'Content-Type: application/json;charset=UTF-8'
'http://ip:9061/openapi/v1/visitor/add?token=xxx'Last updated