Commit e355c054 by Sxy

docs: 文档

parent d156a3bc
...@@ -36,6 +36,14 @@ method : post ...@@ -36,6 +36,14 @@ method : post
"messageId": "cc6a5cb3-baef-4718-9420-09e54899b232" "messageId": "cc6a5cb3-baef-4718-9420-09e54899b232"
} }
``` ```
备注:
```
转发调用接口返回格式规定
code 成功时返回 0 ,失败时返回具体错误码
success 是否成功
data 成功时具体返回值,失败时为 null
message 成功时返回 null ,失败时返回具体错误消息
```
......
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