From 1c5c8e1a5b12c27d90a1aedceab7b9e79f10e94f Mon Sep 17 00:00:00 2001 From: wangfuduo Date: Mon, 13 Jul 2026 17:55:27 +0800 Subject: [PATCH] fix: pay button --- app/api/service/button.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/service/button.go b/app/api/service/button.go index 16fcbd2..deed240 100644 --- a/app/api/service/button.go +++ b/app/api/service/button.go @@ -26,7 +26,7 @@ func (b *Button) PayButton() []*response.Button { { Text: b.param.Str(config.ServiceVipExpireButton), Url: b.param.Str(config.ServiceVipExpireUrl), - Type: config.ButtonInput, + Type: config.ButtonClick, }, } }