auto adjust node name

This commit is contained in:
TenderIronh
2022-09-13 20:47:32 +08:00
parent 215feb8721
commit 2af77668fe
6 changed files with 37 additions and 19 deletions
+2 -1
View File
@@ -10,7 +10,7 @@ import (
"time"
)
const OpenP2PVersion = "3.2.0"
const OpenP2PVersion = "3.4.0"
const ProducnName string = "openp2p"
const LeastSupportVersion = "3.0.0"
@@ -246,6 +246,7 @@ type LoginRsp struct {
Error int `json:"error,omitempty"`
Detail string `json:"detail,omitempty"`
User string `json:"user,omitempty"`
Node string `json:"node,omitempty"`
Token uint64 `json:"token,omitempty"`
Ts int64 `json:"ts,omitempty"`
}