Skip to content

Commit 36a1310

Browse files
shanfishappQianLin-Jiaxi
authored andcommitted
Update README.md
1 parent 3a61f62 commit 36a1310

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/api/v1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Proto 文件中的 Status 未特别备注均为下面内容:
1414
```proto
1515
message Status {
1616
uint64 number = 1; // 不知道干啥的,可能是请求ID
17-
int64 code = 2; // 状态码,1为正常
17+
uint64 code = 2; // 状态码,1为正常
1818
string msg = 3; // 返回消息
1919
}
2020
```

0 commit comments

Comments
 (0)