We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a61f62 commit 36a1310Copy full SHA for 36a1310
1 file changed
src/api/v1/README.md
@@ -14,7 +14,7 @@ Proto 文件中的 Status 未特别备注均为下面内容:
14
```proto
15
message Status {
16
uint64 number = 1; // 不知道干啥的,可能是请求ID
17
- int64 code = 2; // 状态码,1为正常
+ uint64 code = 2; // 状态码,1为正常
18
string msg = 3; // 返回消息
19
}
20
```
0 commit comments