mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-07 10:40:26 +08:00
实现节点运行日志上传
This commit is contained in:
@@ -544,7 +544,7 @@ func (this *HTTPRequest) Format(source string) string {
|
||||
if prefix == "node" {
|
||||
switch suffix {
|
||||
case "id":
|
||||
return sharedNodeConfig.Id
|
||||
return strconv.FormatInt(sharedNodeConfig.Id, 10)
|
||||
case "name":
|
||||
return sharedNodeConfig.Name
|
||||
case "role":
|
||||
|
||||
Reference in New Issue
Block a user