mirror of
https://github.com/XrayR-project/XrayR.git
synced 2025-08-03 07:56:54 +00:00
fix: fix incorrect conversion between integer type
This commit is contained in:
@@ -49,7 +49,7 @@ type UserResponse struct {
|
||||
ID int `json:"id"`
|
||||
Email string `json:"email"`
|
||||
Passwd string `json:"passwd"`
|
||||
Port int `json:"port"`
|
||||
Port uint32 `json:"port"`
|
||||
Method string `json:"method"`
|
||||
SpeedLimit float64 `json:"node_speedlimit"`
|
||||
DeviceLimit int `json:"node_connector"`
|
||||
|
Reference in New Issue
Block a user