Commit b006eec1 authored by 赵啸非's avatar 赵啸非

添加窗口无人值守

parent e243e01f
...@@ -11400,6 +11400,7 @@ data|object|数据对象 ...@@ -11400,6 +11400,7 @@ data|object|数据对象
 current_page|Integer|当前页  current_page|Integer|当前页
 data|array|结果集列表|数组  data|array|结果集列表|数组
  id|Long|主键,自增长   id|Long|主键,自增长
  siteId|Long|站点id
  orderId|String|打印订单   orderId|String|打印订单
  materialId|Long|材料Id   materialId|Long|材料Id
  materialName|String|材料名   materialName|String|材料名
...@@ -11410,6 +11411,14 @@ data|object|数据对象 ...@@ -11410,6 +11411,14 @@ data|object|数据对象
  createTime|Date|创建时间   createTime|Date|创建时间
  createUserId|Long|创建用户   createUserId|Long|创建用户
  updateTime|Date|修改时间   updateTime|Date|修改时间
  idCard|String|身份证号
  idName|String|身份证名称
  mobile|String|手机号码
  matterId|Long|事项id
  matterName|String|事项名称
  matterCode|String|事项编码
  deviceCode|String|设备编码
  deviceName|String|设备名称
dict|object|字典对象 dict|object|字典对象
 type|object|字典属性对象,详见附录  type|object|字典属性对象,详见附录
...@@ -11450,6 +11459,7 @@ code|Integer|结果码(-1.失败,1.成功) ...@@ -11450,6 +11459,7 @@ code|Integer|结果码(-1.失败,1.成功)
msg|String|消息 msg|String|消息
data|object|数据对象 data|object|数据对象
 id|Long|主键,自增长  id|Long|主键,自增长
 siteId|Long|站点id
 orderId|String|打印订单  orderId|String|打印订单
 materialId|Long|材料Id  materialId|Long|材料Id
 materialName|String|材料名  materialName|String|材料名
...@@ -11460,6 +11470,14 @@ data|object|数据对象 ...@@ -11460,6 +11470,14 @@ data|object|数据对象
 createTime|Date|创建时间  createTime|Date|创建时间
 createUserId|Long|创建用户  createUserId|Long|创建用户
 updateTime|Date|修改时间  updateTime|Date|修改时间
 idCard|String|身份证号
 idName|String|身份证名称
 mobile|String|手机号码
 matterId|Long|事项id
 matterName|String|事项名称
 matterCode|String|事项编码
 deviceCode|String|设备编码
 deviceName|String|设备名称
dict|object|字典对象 dict|object|字典对象
 type|object|字典属性对象,详见附录  type|object|字典属性对象,详见附录
......
...@@ -21,5 +21,9 @@ ...@@ -21,5 +21,9 @@
"base-yibin-web": { "base-yibin-web": {
"baseUrl": "http://112.19.80.237:11078/base" "baseUrl": "http://112.19.80.237:11078/base"
},
"base-yibin-php": {
"phpUrl": "http://112.19.80.237:8090"
} }
} }
\ No newline at end of file
...@@ -103,4 +103,10 @@ GET {{baseUrl}}/test/syncDept ...@@ -103,4 +103,10 @@ GET {{baseUrl}}/test/syncDept
Accept: application/json Accept: application/json
###testre
POST {{phpUrl}}/inter/take/takebusiness
Content-Type: application/x-www-form-urlencoded
businessid=125&matter=125&devicenum=C0-FB-F9-CD-3B-5D&peopleid=13
...@@ -4,7 +4,7 @@ POST {{baseUrl}}/window/business/list ...@@ -4,7 +4,7 @@ POST {{baseUrl}}/window/business/list
Content-Type: application/json Content-Type: application/json
{ {
"windowIdList":[3,4,5], "siteBusinessId":58,
"page":1, "page":1,
"size":10 "size":10
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment