1.获取小票机信息
接口
POST https://open.jisuapp.cn/business/Shop/GetReceiptionDevice
请求参数说明
Content-Type: application/x-www-form-urlencoded
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
access_token | string | Y | 用户授权的唯一票据 |
返回参数
参数 | 类型 | 说明 |
---|---|---|
status | int | 状态码 0成功 1失败 |
data | object | 数据 |
参数返回示例
{
"status": 0,
"data": [
{
"id": "233",
"app_id": "app_id",
"title": "title",
"device_no": "device_no",
"key": "key",
"status": "1",
"update_time": "2019-01-01 23:59:59",
"type": "2"
}
],
"is_more": 0,
"current_page": -1,
"count": "1",
"total_page": 1
}