Commit 339f67ac authored by RobertDing's avatar RobertDing

ADD - 自动回复重构

parent 6ea1ac9c
......@@ -126,3 +126,40 @@ paths:
responses:
'200':
description: OK
/kefu_response:
get:
summary: 客服自动回复
description: 客服自动回复, category 见 gm-types/zeus/types#KEFU_RESPONSE
tags:
- Response
responses:
'200':
description: OK
schema: {}
examples:
application/json:
error: 0
message: ''
data:
- id: "05e12400315442f8995dcdf588cf87bc"
category: 1
content: '客服忙 请稍后欢迎来到更美客服欢迎来到更美客服欢迎来到更美客服'
minute: 6
enable: true
post:
summary: 创建常见问题
description: 创建常见问题
parameters:
- name: settings
in: formData
description: json字符串,格式同get
required: true
type: string
format: string
tags:
- Response
responses:
'200':
description: OK
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