We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8dabf4 commit e4c1b26Copy full SHA for e4c1b26
1 file changed
src/api/v1/user.md
@@ -136,7 +136,7 @@ data {
136
medal {
137
id: 1 // 勋章ID
138
name: "测试勋章" // 勋章名称
139
- sort: 100 // 未知
+ sort: 100 // 勋章顺序
140
}
141
// ...
142
register_time: "1234-12-12 12:12:12" // 注册时间(YYYY-MM-DD hh:mm:ss)
@@ -194,7 +194,7 @@ status {
194
195
196
197
- sort: 100
198
199
```
200
@@ -209,8 +209,8 @@ message medal {
209
// 勋章信息
210
message Medal_info {
211
uint64 id = 1; // 勋章ID
212
- string name = 2; // 勋章名
213
- uint64 sort = 5; // 勋章排列相关?
+ string name = 2; // 勋章名称
+ uint64 sort = 5; // 勋章顺序
214
215
216
:::
0 commit comments