Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
陈曦
sub2api
Commits
6e9146e7
Commit
6e9146e7
authored
Apr 13, 2026
by
erio
Browse files
fix(notify): add recharge URL to admin settings GET response
parent
f571d8ff
Changes
2
Show whitespace changes
Inline
Side-by-side
backend/cmd/server/VERSION
View file @
6e9146e7
0.1.110.4
1
0.1.110.4
2
backend/internal/handler/admin/setting_handler.go
View file @
6e9146e7
...
...
@@ -178,6 +178,7 @@ func (h *SettingHandler) GetSettings(c *gin.Context) {
WebSearchEmulationEnabled
:
settings
.
WebSearchEmulationEnabled
,
BalanceLowNotifyEnabled
:
settings
.
BalanceLowNotifyEnabled
,
BalanceLowNotifyThreshold
:
settings
.
BalanceLowNotifyThreshold
,
BalanceLowNotifyRechargeURL
:
settings
.
BalanceLowNotifyRechargeURL
,
AccountQuotaNotifyEnabled
:
settings
.
AccountQuotaNotifyEnabled
,
AccountQuotaNotifyEmails
:
dto
.
NotifyEmailEntriesFromService
(
settings
.
AccountQuotaNotifyEmails
),
PaymentEnabled
:
paymentCfg
.
Enabled
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment