Commit cbfa180e authored by zhangxiaolin's avatar zhangxiaolin

添加 websocket 字符串接口

parent ec7d105d
...@@ -260,6 +260,23 @@ paths: ...@@ -260,6 +260,23 @@ paths:
error: 0 error: 0
message: '' message: ''
data: null data: null
#--------------------------------
/account/websocket/secret_str:
get:
summary: 获取和 websocket 通信的字符串
description:
tags:
- Account
responses:
'200':
description: OK
schema: {}
examples:
application/json:
data:
secret_str: a12398sdfjsklw123ejrkbcnv
error: 0
message: ''
# ------------------------ # ------------------------
/agreement/{id}: /agreement/{id}:
get: get:
......
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