Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sub/subService.go')
-rw-r--r--sub/subService.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/subService.go b/sub/subService.go
index 251ef2e8..332f8150 100644
--- a/sub/subService.go
+++ b/sub/subService.go
@@ -876,7 +876,7 @@ func (s *SubService) genRemark(inbound *model.Inbound, email string, extra strin
orders['i'] = inbound.Remark
}
if len(extra) > 0 {
- orders['e'] = extra
+ orders['o'] = extra
}
var remark []string