文档
测试

机具划拨

POST
http://localhost:8080/app/posBatchTransfer

请求参数

参数名
类型
描述
必填
user_id
string
用户id  示例:41840909af844632885424fbc20cae79
必填
sign
string
签名 示例:f27aee873cb30637648995bcaae3d264
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
errors
object
数据字典
必填
msg
string
示例:操作成功
必填
result
object
数据字典
必填
own_user
object
数据字典
必填
own_user_name
string
示例:张学友
必填
own_user_phone
string
示例:18569557087
必填
pos_list
array
数据列表
必填
id
string
示例:d3e2532b290c4de5a209bccc7fc3dbac
必填
title
string
示例:拉卡拉押金版[1]台
必填

说明 / 示例

{ "code": 1, "errors": { }, "msg": "操作成功", "result": { "own_user": { "own_user_name": "张学友", "own_user_phone": "18569557087" }, "pos_list": [ { "id": "d3e2532b290c4de5a209bccc7fc3dbac", "title": "拉卡拉押金版[1]台" }, { "id": "g3e2532b290c4de5a209bccc7fc3dbac", "title": "拉卡拉大pos[1]台" } ] } }