文档
测试

批量转让机具选择

GET
/app/posTransfer/snList

请求参数

参数名
类型
描述
必填
sign
String
验证签名
必填
user_id
String
用户id
必填
brand_id
String
产品品牌id
必填

响应参数

参数名
类型
描述
必填
code
long
状态码,等于0,操作成功,小于0,操作失败
必填
msg
String
状态信息
必填
result
json
返回数据信息
必填
sn_list
list
机具列表
必填
sn_no
String
机具编码
必填
status
String
终端状态:0未激活 1已激活 2未达标 3已过期 4过期激活
必填
last_active_days
String
待激活剩余天数
必填
active_time
String
激活时间
必填

说明 / 示例

``` { "code":0, "errors":{ }, "msg":"操作成功", "result":{ "sn_list":[ { "agent_user_name":"15387495555", "spider_reach_type":0, "is_sacn_transfer":1, "brand_logo":"upload//202005/1589769913394.png", "back_amount_type_name":"", "is_belong":1, "active_time_stamp":1593782489044, "oem_name":"鑫汇客官方", "app_download_address":"1", "pos_id":"d56edaf8ac504d63829424813e1f4596", "user_phone":"18670856486", "profit_user_name":"张兰容", "id":"1cc758755c3040078c587b8a0516406c", "pos_title":"通易付PLUS", "user_head_img":"upload//202005/1589272495455.png", "add_time_stamp":1593420579442, "user_level_id":"d1d655fde5cd4045ba988f526e124e96", "merchant_tel":"18670856486", "is_active":1, "profit_user_id":"f7564f1aff73429185bb89828ac466e8", "merchant_name":"张兰容", "brand_name":"通易付PLUS", "total_deal":104356, "back_amount_type":0, "sn_no":"10880302219981", "is_scan":0, "oem_id":"1000", "brand_id":"5978b5b6d0124978bac71212a5887f2b", "last_active_days":0, "active_time":"2020-07-03 21:21:29", "active_user_id":"f7564f1aff73429185bb89828ac466e8", "is_free_exchange":1, "user_id":"f7564f1aff73429185bb89828ac466e8", "active_user_name":"张兰容", "user_real_name":"张兰容", "back_status":1, "is_profit":1, "order_id":"491a2816fd3645cd8e4ba087c9e96d10", "add_time":"2020-06-29 16:49:39", "reach_type":1, "status":1 }, { "agent_user_name":"13787114566", "spider_reach_type":0, "is_sacn_transfer":1, "brand_logo":"upload//202005/1589617576383.png", "back_amount_type_name":"", "is_belong":1, "active_time_stamp":0, "oem_name":"鑫汇客官方", "app_download_address":"1", "pos_id":"2d8a8ac1bcd646f3a5eb4b7cc8251326", "user_phone":"18670856486", "profit_user_name":"张兰容", "id":"9a4c434790a34673bfcd7e498b084cda", "pos_title":"拉卡拉电签", "user_head_img":"upload//202005/1589272495455.png", "add_time_stamp":1593401842086, "user_level_id":"d1d655fde5cd4045ba988f526e124e96", "merchant_tel":"", "is_active":1, "profit_user_id":"f7564f1aff73429185bb89828ac466e8", "merchant_name":"", "brand_name":"拉卡拉", "total_deal":0, "back_amount_type":0, "sn_no":"000006026224702137", "is_scan":0, "oem_id":"1000", "brand_id":"bb0ff15c066a414c8f7283382e026324", "last_active_days":99, "active_time":"", "active_user_id":"f7564f1aff73429185bb89828ac466e8", "is_free_exchange":1, "user_id":"f7564f1aff73429185bb89828ac466e8", "active_user_name":"张兰容", "user_real_name":"张兰容", "back_status":1, "is_profit":1, "order_id":"f81cc7fbd2c94d5ab085b2c82c085634", "add_time":"2020-06-29 11:37:22", "reach_type":1, "status":0 }, { "agent_user_name":"13787114566", "spider_reach_type":0, "is_sacn_transfer":1, "brand_logo":"upload//202005/1589617576383.png", "back_amount_type_name":"", "is_belong":1, "active_time_stamp":1593419816846, "oem_name":"鑫汇客官方", "app_download_address":"1", "pos_id":"2d8a8ac1bcd646f3a5eb4b7cc8251326", "user_phone":"18670856486", "profit_user_name":"张兰容", "id":"471af1f66d73456b8191780f10f79a8c", "pos_title":"拉卡拉电签", "user_head_img":"upload//202005/1589272495455.png", "add_time_stamp":1593401842086, "user_level_id":"d1d655fde5cd4045ba988f526e124e96", "merchant_tel":"18670856486", "is_active":1, "profit_user_id":"f7564f1aff73429185bb89828ac466e8", "merchant_name":"张兰容", "brand_name":"拉卡拉", "total_deal":236985, "back_amount_type":0, "sn_no":"000006026224702143", "is_scan":0, "oem_id":"1000", "brand_id":"bb0ff15c066a414c8f7283382e026324", "last_active_days":0, "active_time":"2020-06-29 16:36:56", "active_user_id":"f7564f1aff73429185bb89828ac466e8", "is_free_exchange":1, "user_id":"f7564f1aff73429185bb89828ac466e8", "active_user_name":"张兰容", "user_real_name":"张兰容", "back_status":1, "is_profit":1, "order_id":"f81cc7fbd2c94d5ab085b2c82c085634", "add_time":"2020-06-29 11:37:22", "reach_type":1, "status":1 } ] } } ```