{ "sid": "string", "vid": "string", "voucherType": 0, "voucher": "string", "devNo": "string" }
curl --location --request POST '/device/access/valid' \ --header 'AppId: abc123' \ --header 'Timestamp: 1699262829777' \ --header 'ReqId: 12345678901' \ --header 'Sign: 092dd47f46ddfb3815093b8d631bc462' \ --header 'Content-Type: application/json' \ --data-raw '{ "sid": "string", "vid": "string", "voucherType": 0, "voucher": "string", "devNo": "string" }'
{ "code": 0, "data": { "sid": "1111", "vid": "2222", "pass": true, "code": 0, "msg": "ok", "voucherType": 0, "voucher": "711396200001016295", "voucherPerson": "711396********6295", "voucherMsg": "xx景区xx成人票", "passesNum": 2, "voiceMsg": "成人票" } }