fix: all pkg is useless, contract customer

This commit is contained in:
wangfuduo 2026-07-15 16:13:43 +08:00
parent db9154b27b
commit cf6d0c63fb
1 changed files with 10 additions and 0 deletions

View File

@ -52,3 +52,13 @@ func (b *Button) UpgradeButton(link string) []*response.Button {
}, },
} }
} }
func (b *Button) ContractCustomer() []*response.Button {
return []*response.Button{
{
Text: b.param.Str(config.ServiceContactCustomer),
Url: b.param.Str(config.ServiceVipExpireUrl),
Type: config.ButtonClick,
},
}
}