- 每月采集率
- 线损不合格台区
- 知识图谱分类
- 知识图谱
- AI语音通话
- 用电信息
- 工单信息
- 用电用户
- 大屏
- 首页
- 党建
- 知识图谱
- AI语音中心
- 工单监管
- 消息提醒
- 获取消息记录列表GET
- 知识图谱-助力客户服务配置
- 智能客服机器人
- 绩效考核
- 问答流程Controller
- 热线机器人信息管理Controller
- 热线电话管理Controller
- 能源大数据中心
- 登录POST
- 进入指定供电所,更新缓存POST
- 导入表GET
- 导出代码GET
- 上传文件POST
工单分类分析(本年)-柱状图
开发中
测试环境
http://47.109.69.90:10001
测试环境
http://47.109.69.90:10001
GET
/business/ticketTemp/getClassificationAnalysisThisYear
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
示例代码
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://47.109.69.90:10001/business/ticketTemp/getClassificationAnalysisThisYear'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{"msg":"操作成功","code":200,"data":[{"month":"2023-01","marketingServices":5,"fieldOperations":0,"others":2},{"month":"2023-02","marketingServices":5,"fieldOperations":0,"others":16},{"month":"2023-03","marketingServices":6,"fieldOperations":0,"others":22},{"month":"2023-04","marketingServices":3,"fieldOperations":0,"others":14},{"month":"2023-05","marketingServices":16,"fieldOperations":0,"others":15},{"month":"2023-06","marketingServices":4,"fieldOperations":0,"others":25},{"month":"2023-07","marketingServices":37,"fieldOperations":0,"others":35},{"month":"2023-08","marketingServices":48,"fieldOperations":0,"others":83},{"month":"2023-09","marketingServices":10,"fieldOperations":0,"others":30},{"month":"2023-10","marketingServices":0,"fieldOperations":0,"others":8},{"month":"2023-11","marketingServices":0,"fieldOperations":0,"others":0}]}
修改于 2023-11-08 08:16:15