fix: pay button

This commit is contained in:
wangfuduo 2026-07-13 17:55:27 +08:00
parent 54c5e62850
commit 1c5c8e1a5b
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ func (b *Button) PayButton() []*response.Button {
{ {
Text: b.param.Str(config.ServiceVipExpireButton), Text: b.param.Str(config.ServiceVipExpireButton),
Url: b.param.Str(config.ServiceVipExpireUrl), Url: b.param.Str(config.ServiceVipExpireUrl),
Type: config.ButtonInput, Type: config.ButtonClick,
}, },
} }
} }