- 属地要素
- 属地行政
- 人员
- 监控设备管理
- 区域
- 税收汇总
- 安全生产
- 资讯管理
- 经济IOC
- 事件工单
- 党建公告
- 协商公告
- 议题
- 在线投票
- 志愿者信息
- 志愿服务团体
- 志愿者活动管理
- 排行榜管理
- 大屏总览
- 设备管理
- 万物互联大屏
- 表彰奖励
- 培训课程
- 码上办
- 办事指南
- 心愿墙
- 公益服务
- 人文关怀
- 留言
- 事件工单截止日期配置
- 大屏城市管理
- 好邻居PC端首页
- 大屏总览第二版
- 社区关怀
- 统计分析
- 民情走访
- 民情走访日记
- 特殊人体台账
- 我的
- 安全隐患记录
- 安全巡检目录
- 安全巡检计划
- 安全巡检任务
- 获取tokenPOST
- 文件上传POST
- 同步文件上传请求POST
- 异步文件上传请求POST
- 获取完整url路径GET
- 获取token微信POST
查询办事指南列表
开发中
GET
/neighbors/workGuide/list
请求参数
Query 参数
createBy
string
创建人
createTime
string
创建时间
updateBy
string
更新人
updateTime
string
更新时间
remark
string
备注
id
string
id
type
string
主体分类
title
string
事项标题
target
string
办事对象
condition
string
办理条件
formal
string
办理形式
windowProcess
string
窗口办理流程
onlineProcess
string
网上办理流程
serviceWindow
string
办事窗口
reading
string
实际阅读量
sort
integer
排序
status
integer
状态
platformFiles
array[string]
文件集合
Header 参数
Authorization
string
可选
默认值:
eyJhbGciOiJIUzUxMiJ9.eyJ1c2VyX2lkIjoxLCJ1c2VyX2tleSI6ImNiMDgwYmRiLWY3ODEtNDkxNC05ZjM0LTdhN2IxMDM4ODRlMiIsInVzZXJuYW1lIjoiYWRtaW4ifQ.ikxj18opIH-fQVKbwcgXNK_fxDp5NGcoAsakyxG3W2O9D-syAR3kBdrqKbOnE7OGIDS2tc1qZKFpu2QAegI2aA
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://192.168.2.15:8080/neighbors/workGuide/list?createBy&createTime&updateBy&updateTime&remark&id&type&title&target&condition&formal&windowProcess&onlineProcess&serviceWindow&reading&sort&status&platformFiles' \
--header 'Authorization: eyJhbGciOiJIUzUxMiJ9.eyJ1c2VyX2lkIjoxLCJ1c2VyX2tleSI6ImNiMDgwYmRiLWY3ODEtNDkxNC05ZjM0LTdhN2IxMDM4ODRlMiIsInVzZXJuYW1lIjoiYWRtaW4ifQ.ikxj18opIH-fQVKbwcgXNK_fxDp5NGcoAsakyxG3W2O9D-syAR3kBdrqKbOnE7OGIDS2tc1qZKFpu2QAegI2aA'
返回响应
🟢200成功
application/json
Body
total
integer
必需
rows
array [object {18}]
必需
createBy
string
创建人
createTime
string
创建时间
updateBy
null
更新人
updateTime
null
更新时间
remark
null
备注
id
string
id
type
string
主体分类
title
string
事项标题
target
string
办事对象
condition
string
办理条件
formal
string
办理形式
windowProcess
string
窗口办理流程
onlineProcess
string
网上办理流程
serviceWindow
string
办事窗口
reading
integer
实际阅读量
sort
integer
排序
status
string
状态
platformFiles
null
文件集合
code
integer
必需
msg
string
必需
示例
{
"total": 0,
"rows": [
{
"createBy": "string",
"createTime": "string",
"updateBy": null,
"updateTime": null,
"remark": null,
"id": "string",
"type": "string",
"title": "string",
"target": "string",
"condition": "string",
"formal": "string",
"windowProcess": "string",
"onlineProcess": "string",
"serviceWindow": "string",
"reading": 0,
"sort": 0,
"status": "string",
"platformFiles": null
}
],
"code": 0,
"msg": "string"
}
修改于 2024-12-09 06:32:08