Skip to content

Commit 4545e76

Browse files
committed
Update user.md
1 parent 42570b7 commit 4545e76

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/api/v1/user.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@ data {
149149
```proto
150150
// 勋章信息
151151
message Medal_info {
152-
uint64 id = 1;
153-
string name = 2;
154-
uint64 sort = 5;
152+
uint64 id = 1; // 勋章ID
153+
string name = 2; // 勋章名称
154+
uint64 sort = 5; // 勋章顺序
155155
}
156156
157157
// 获取用户信息

0 commit comments

Comments
 (0)