octopus/statics/description.md
2023-03-22 22:45:17 +08:00

24 lines
492 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!-- markdownlint-configure-file { "MD013": { "line_length": 180 } } -->
# octopus服务说明
- Build Time: {build_time}
- Go Version: {go_version}
> **NOTE**
- 本服务所有接口的返回值均遵循Rcrai前端组件规范
```json
{
"code": 0,
"data": {},
"message": "",
"details": {}
}
```
但为使文档更加简洁所有该文档中涉及的JSON Response均只展示data内部的数据结构(特殊情况除外).
如果有疑问请联系本服务维护者 :D