清理代码注释和优化返回值处理
This commit is contained in:
@@ -7,7 +7,6 @@ import (
|
||||
)
|
||||
|
||||
func (h Controller) SystemTimeInfo(data *systemtime.InInfo, c *entity.Player) (result *systemtime.OutInfo, err errorcode.ErrorCode) {
|
||||
result = systemtime.NewOutInfo()
|
||||
|
||||
return
|
||||
return systemtime.NewOutInfo(), 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user