Commit 9e88119
committed
refactor(Http): 移除可空类型标记以简化代码
将GetNodeCountRequest和GetNodeCountResponse中的ServerType和QueryServerType属性从可空字符串(string?)改为普通字符串(string),以简化代码逻辑并减少不必要的空值检查。1 parent 86c15a7 commit 9e88119
File tree
1 file changed
+2
-2
lines changed- GameFrameX.Hotfix/Logic/Http/DiscoveryCenter
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
0 commit comments