Commit 95960e42 authored by RobertDing's avatar RobertDing

FIX

parent 2c0e1d0c
......@@ -147,3 +147,20 @@ paths:
responses:
'200':
description: OK
/conversation/create_by_staff:
post:
summary: 客服主动发起会话
description: 客服从留言区主动发起会话
parameters:
- name: user_person_id
in: formData
description: 用户person_id
required: true
type: string
format: string
tags:
- Conversation
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