获取授权列表
获取授权列表
HTTP标准包头字段(必填):
Accept application/json;Content-Type:application/json;charset=UTF-8;
获取授权列表
获取授权列表
HTTP标准包头字段(必填):
Accept application/json;Content-Type:application/json;charset=UTF-8;
JSON请求示例
GET http://请求地址/Workquery/bindAutoList/{token字符串}/{username工号} HTTP/1.1 Accept:application/json; Content-Type:application/json; charset=UTF-8;
属性说明
属性 | 类型 | 约束 | 说明 |
响应说明
属性 | 类型 | 约束 | 说明 |
desc | String | 必选 | 返回结果说明 |
status | String | 必选 | 返回结果code。 |
count | String | 必选 | 总数 |
no | String | 必选 | 工号 |
no | String | 必选 | 工号 |
name | String | 必选 | 名称 |
deptname | String | 必选 | 所属部门 |
bindauto | String | 必选 | 是否已授权 |
HTTP/1.1 200 OK{响应JSON
"desc": "操作成功", "status": "000", "list": "{"count":"5","rows":[{"no":"1002","name":"1002","deptname":"集团总部","bindauto":"是"}]}" }
获取我的授权
获取我的授权
HTTP标准包头字段(必填):
Accept application/json;Content-Type:application/json;charset=UTF-8;
JSON请求示例
GET http://请求地址/Workquery/bindAutoEList/{token字符串}/{username工号} HTTP/1.1 Accept:application/json; Content-Type:application/json; charset=UTF-8;
属性说明
属性 | 类型 | 约束 | 说明 |
响应说明
属性 | 类型 | 约束 | 说明 |
desc | String | 必选 | 返回结果说明 |
status | String | 必选 | 返回结果code。 |
count | String | 必选 | 总数 |
no | String | 必选 | 工号 |
no | String | 必选 | 工号 |
name | String | 必选 | 名称 |
deptname | String | 必选 | 所属部门 |
bindauto | String | 必选 | 是否已授权 |
HTTP/1.1 200 OK{响应JSON
"desc": "操作成功", "status": "000", "list": "{"count":"5","rows":[{"no":"1002","name":"1002","deptname":"集团总部","bindauto":"是"}]}" }
执行授权
执行授权
HTTP标准包头字段(必填):
Accept application/json;Content-Type:application/json;charset=UTF-8;
JSON请求示例
POST http://请求地址/Workquery/bindAutoExecute/{token字符串}/{username工号}/{autoname要授权的工号}/{flag是否授权标识0为取消授权1为设置授权} HTTP/1.1 Accept:application/json; Content-Type:application/json; charset=UTF-8;
属性说明
属性 | 类型 | 约束 | 说明 |
响应说明
属性 | 类型 | 约束 | 说明 |
desc | String | 必选 | 返回结果说明 |
status | String | 必选 | 返回结果code。 |
HTTP/1.1 200 OK{响应JSON
"desc": "操作成功", "status": "000" }