mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-19 21:42:24 +00:00
Update subController.go
This commit is contained in:
parent
5cc04d0343
commit
d5199b614c
1 changed files with 10 additions and 7 deletions
|
@ -107,6 +107,9 @@ func (a *SUBController) subs(c *gin.Context) {
|
|||
"expire": expireValue,
|
||||
"upload": upValue,
|
||||
"download": downValue,
|
||||
"totalByte": headerMap["total"],
|
||||
"uploadByte": headerMap["upload"],
|
||||
"downloadByte": headerMap["download"],
|
||||
"sId": subId,
|
||||
"subUrl": currentURL,
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue